In Structured Query Language, what is the GROUP BY clause?
2021
In Structured Query Language, what is the GROUP BY clause?
Answer: B. It groups the rows together that contain the same values in a specific column. — It groups the rows together that contain the same values in a specific column
- A.
It groups the table with same name in the database.
- B.
It groups the rows together that contain the same values in a specific column.
- C.
It combines data from two tables on specific conditions.
- D.
It groups the columns together that contain the same values in specific rows.
Attempted by 2122 students.
Show answer & explanation
Correct answer: B
It groups the rows together that contain the same values in a specific column
Loading lesson…