MySQL HAVING
- Which among the following belongs to an “aggregate function”?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
LOWER
- “COUNT” keyword belongs to which categories in Mysql?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
Aggregate functions
- What is the meaning of “HAVING” clause in Mysql?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
To filter out the row values
- Which clause is similar to “HAVING” clause in Mysql?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
“WHERE” is also used to filter the row values in Mysql.