Which SQL statement is used to filter data in a database?

IT Exam Items RepositoryCategory: Data Analytics EssentialsWhich SQL statement is used to filter data in a database?

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