Functions
1.
Which SQL function is used to count the number of rows in a SQL query?
2.
Which of the following is not a valid aggregate function ?
3.
The SQL statement:
SELECT ROUND (65.726, -1) FROM DUAL;
4.
Evaluate the SQL statement:
SELECT ROUND (TRUNCATE (MOD (1600, 10), -1), 2) FROM dual;
5.
What is the need for our query to execute successfully on an existing view?
6.
Which function returns an array of row values?
7.
Which function returns a reference to hash of row values?
8.
‘fetchrow_hashref()’ returns a reference to the hash of row values keyed by what?
9.
The maximum non zero value for FLOAT is ______________
10.
The COUNT function in SQL returns the number of ______________