Which of the following is an Aggregate operator in Structured Query Language…
2021
Which of the following is an Aggregate operator in Structured Query Language (SQL)?
Answer: D. Count — Count, Min, Max, Avg, Sum all are aggregate functions in SQL
- A.
Minus
- B.
Intersect
- C.
Union
- D.
Count
Attempted by 3323 students.
Show answer & explanation
Correct answer: D
Count, Min, Max, Avg, Sum all are aggregate functions in SQL
Loading lesson…