Database MCQS - QUESTION DETAILS

What is the purpose of the SQL WHERE clause?
A. Specify the columns to be selected
B. Filter rows based on a condition
C. Sort the result set
D. Join multiple tables

The WHERE clause is used to filter rows based on a condition.

Similar Questions

In Oracle, what is the purpose of the MERGE statement?






Which SQL command is used to update data in a table?






What is the purpose of the Oracle NVL() function?






In MySQL, what is the purpose of the AUTO_INCREMENT attribute?






Which Oracle clause is used to add an index to an existing table?






What is the purpose of the SQL Server XML INDEX option?






What is the purpose of the SQL AVG() function?






Which SQL Server statement is used to change the value of an existing record in a table?






In Oracle, what is the purpose of the INTERSECT operator?






What does the SQL INNER JOIN clause do?