Database MCQS - QUESTION DETAILS

What is the purpose of the SQL GROUP BY clause?
A. Filter rows
B. Sort the result set
C. Combine rows into groups
D. Join multiple tables

The GROUP BY clause is used to combine rows into groups based on a column.

Similar Questions

Which SQL statement is used to create a new table in a database?






What is the purpose of the SQL DISTINCT keyword?






What is the purpose of the SQL ORDER BY clause?






Which MySQL data type is used to store large text values?






Which MySQL statement is used to delete a database?






Which MySQL data type is used to store a fixed-length string?






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






What does the SQL NOT NULL constraint do?






What is the purpose of the SQL LIMIT clause?






What is the purpose of the SQL WHERE clause?