Which of the following is not a basic SQL data type?
- Integer
- Text
- Boolean
- Array
Which SQL statement is used to retrieve data from a database?
- SELECT
- INSERT
- UPDATE
- DELETE
Which SQL keyword is used to filter data in a SELECT statement?
- FILTER
- WHERE
- HAVING
- GROUP BY
Which SQL clause is used to sort data in ascending or descending order?
- GROUP BY
- ORDER BY
- HAVING
- SORT BY
Which SQL function is used to count the number of rows in a table?
- SUM
- COUNT
- AVG
- MAX
Which SQL operator is used to combine two or more conditions in a WHERE clause?
- AND
- OR
- NOT
- XOR
Which SQL statement is used to add new rows to a table?
- UPDATE
- DELETE
- INSERT
- ALTER
Which SQL statement is used to modify existing data in a table?
- INSERT
- UPDATE
- DELETE
- ALTER
Which SQL statement is used to remove rows from a table?
- INSERT
- UPDATE
- DELETE
- ALTER
Which SQL statement is used to modify the structure of a table?
- INSERT
- UPDATE
- DELETE
- ALTER