MCQOPTIONS
Saved Bookmarks
This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your Mysql knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which among the following belongs to an aggregate function ? |
| A. | LOWER |
| B. | UPPER |
| C. | COUNT |
| D. | All of above |
| E. | None of these |
| Answer» D. All of above | |
| 2. |
What is the meaning of HAVING clause in Mysql? |
| A. | To filter out the row and column values |
| B. | To filter out the column values |
| C. | To filter out the row values |
| D. | All of above |
| E. | None of these |
| Answer» D. All of above | |
| 3. |
COUNT keyword belongs to which categories in Mysql? |
| A. | Clauses |
| B. | Aggregate functions |
| C. | Operators |
| D. | All of above |
| E. | None of these |
| Answer» C. Operators | |
| 4. |
Which clause is similar to HAVING clause in Mysql? |
| A. | FROM |
| B. | SELECT |
| C. | WHERE |
| D. | All of above |
| E. | None of these |
| Answer» D. All of above | |