The GROUP BY clause is used to _______ data in a result set based on specified columns.
- Filter
- Group
- Join
- Sort
The GROUP BY clause in SQL is used to group data in a result set based on specified columns. It is often used with aggregate functions to perform operations on grouped data.
Loading...
Related Quiz
- Explain the concept of cache coherency in distributed caching systems.
- What is a Git branch used for?
- TDD promotes writing _______ that fail before writing new code to pass them.
- Which cloud platform offers services like Google Compute Engine and Google Kubernetes Engine?
- What is the purpose of the FOREIGN KEY constraint in a relational database?