Q. Which clause is used to "Filters out unwanted data"?
β
Correct Answer: (B)
GET
Explanation: This question is about how to pick out specific information from a database using SQL (Structured Query Language). Imagine you have a big table full of data like a spreadsheet, and you only want to see certain rows. That's where the WHERE clause comes in!