Multiple Choice
The purpose of the SQL SELECT GROUP BY clause is ____.
A) to present rows of a table with common attribute values together as groups in the query output
B) to present columns of a table with common attribute values together as groups in the query output
C) to group together rows of a table with common attribute values in order to perform calculations using the built-in functions on attributes within each group
D) to group together columns of a table with common attribute values in order to perform calculations using the built-in functions on attributes within each group
E) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q39: In a relational database, a logical view
Q40: In the SQL SELECT command, the attributes
Q41: Placing SQL SELECT commands among the lines
Q42: The SQL SELECT HAVING clause limits the
Q43: The SQL SELECT built-in function that adds
Q45: The SQL SELECT command is used to
Q46: A GROUP BY clause in an SQL
Q47: The SQL SELECT command is capable of
Q48: To retrieve an entire table, an SQL
Q49: The SQL SELECT LIKE operator _.<br>A) involves