Q: Which aggregation function in MySQL returns the number of rows in a result set or a specific column?
-
A
AVG
-
B
SUM
-
C
COUNT
-
D
MAX
C
Answer:
C
Explanation:
The COUNT function in MySQL is used to determine the number of rows in a result set or a specific column. It counts the number of records present in the specified context.
Related Topic:
Share Above MCQ