In SQL, what command allows you to filter the data aggregated by the GROUP BY clause so that the user gets a limited set of records to view?

🎲 Try a Random Question  |  Total Questions in Quiz: 124  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
SQL Knowledge Test — practice the complete quiz, review flashcards, or try a random question.

Structured Query Language (SQL) is a domain-specific language used in programming and designed for managing data held in a relational database management system, or for stream processing in a relational data stream management system.
Basically, SQL is used to communicate with a database. SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database - for example, MySQL, SQL Server, MS Access, Oracle, Sybase, Informix, Postgres, and other database systems.


In SQL, what command allows you to filter the data aggregated by the GROUP BY clause so that the user gets a limited set of records to view?