Podcast
Questions and Answers
Which of the following is NOT a data manipulation command in SQL?
Which of the following is NOT a data manipulation command in SQL?
- INSERT
- DELETE
- SELECT (correct)
- UPDATE
Which SQL statement is used to retrieve data from a database?
Which SQL statement is used to retrieve data from a database?
- ALTER
- SELECT (correct)
- DROP
- CREATE
Which of the following is NOT a SQL data type?
Which of the following is NOT a SQL data type?
- STRING (correct)
- INTEGER
- BOOLEAN
- DATE