Which SQL statement is used to filter data in a database?
- WHERE
- FROM
- ORDER BY
- DISTINCT
Answers Explanation & Hints:
The WHERE statement is a conditional statement used to filter the returned results. |
Answers Explanation & Hints:
The WHERE statement is a conditional statement used to filter the returned results. |