Single Choice Easy

QWhat is the purpose of the WHERE clause in a MySQL query?

ID: #15412 Introduction to MySQL Databases 128 views
Question Info
#15412Q ID
EasyDifficulty
Introduction to MySQL DatabasesTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A To specify the columns to retrieve
  • B To sort the result set
  • C To filter the rows based on conditions
  • D To group the rows into subsets
Correct Answer

Explanation

The WHERE clause in a MySQL query is used to filter the rows from a table based on specified conditions. It allows you to retrieve only the rows that satisfy the given criteria.

Share This Question

Challenge a friend or share with your study group.