

MCQOPTIONS
Saved Bookmarks
1. |
What is the significance of the statement “HAVING COUNT (emp_id)>2” in the following MySQL statement? |
A. | Filter out all rows whose total emp_id below 2 |
B. | Selecting those rows whose total emp_id>2 |
C. | Filter out all rows whose total emp_id below 2 & Selecting those rows whose total emp_id>2 |
D. | None of the mentioned |
Answer» D. None of the mentioned | |