Database MCQS - QUESTION DETAILS

In SQL Server, what is the purpose of the HAVING clause?
A. Filter rows
B. Sort the result set
C. Filter groups
D. Combine rows into groups

The HAVING clause is used to filter groups based on a condition in SQL Server.

Similar Questions

Which SQL Server statement is used to grant execute permissions on a stored procedure?






Which MySQL statement is used to create a unique constraint on a column?






Which statement is used to remove all records from a table in MySQL?






Which SQL Server statement is used to grant specific privileges to a user?






What does the SQL INNER JOIN clause do?






In MySQL, what is the purpose of the FOREIGN KEY constraint?






In SQL Server, what is the purpose of the TRY_CONVERT() function?






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






What is the purpose of the SQL WHERE clause?






In SQL Server, what is the purpose of the MERGE statement?