Home »
Aptitude Questions & Answers »
DBMS Aptitude Questions
SQL Functions Aptitude Questions and Answers | Set 1
This section contains Aptitude Questions and Answers on SQL Functions - Aggregate and Scalar functions.
List of SQL Functions - Aggregate and Scalar Aptitude Questions
3)
Which is not an Aggregate Function?
- COUNT()
- MAX()
- MIN()
- ROUND()
Correct Answer - 4
ROUND()
4)
Which is not a Scalar Function?
- UCASE()
- LCASE()
- AVG()
- ROUND()
5)
Is SELECT NOW(); statement is correct to get system date and time?
- YES
- NO