Which SQL statement is used to filter data in a database?
- DISTINCT
- FROM
- WHERE
- ORDER BY
Explanation: The WHERE statement is a conditional statement used to filter the returned results.
Related exam: Module 6.3.2 Quiz - Introduction to Relational Databases and SQL
