CBSE Class 12 Informatics Practices Question 2 of 44

Solved 2025 Sample Question Paper CBSE Class 12 Informatics Practices (065) — Question 2

Back to all questions
2
Question

Question 2

The purpose of WHERE clause in a SQL statement is to:

  1. Create a table
  2. Filter rows based on a specific condition
  3. Specify the columns to be displayed
  4. Sort the result based on a column
Answer

Filter rows based on a specific condition

Reason — The purpose of the WHERE clause in a SQL statement is to select only those rows that meet a specific condition.