

MCQOPTIONS
Saved Bookmarks
This section includes 7 Mcqs, each offering curated multiple-choice questions to sharpen your Mysql knowledge and support exam preparation. Choose a topic below to get started.
1. |
What will be the output of the following MySQL statement NOT (Null) ? |
A. | True |
B. | Null |
C. | False |
D. | None of the mentioned |
Answer» C. False | |
2. |
What will be the output of the following MySQL statement Null OR Null ? |
A. | True |
B. | Null |
C. | False |
D. | None of the mentioned |
Answer» C. False | |
3. |
What will be the output of the following MySQL statement false OR Null ? |
A. | True |
B. | Null |
C. | False |
D. | None of the mentioned |
Answer» C. False | |
4. |
What will be the output of the following MySQL statement true OR Null ? |
A. | True |
B. | Null |
C. | False |
D. | None of the mentioned |
Answer» B. Null | |
5. |
What will be the output of the following MySQL statement Null AND Null ? |
A. | True |
B. | Null |
C. | False |
D. | None of the mentioned |
Answer» C. False | |
6. |
What will be the output of the following MySQL statement false AND Null ? |
A. | False |
B. | Null |
C. | Depend |
D. | None of the mentioned |
Answer» C. Depend | |
7. |
What will be the output of the following MySQL statement true AND Null ? |
A. | True |
B. | Null |
C. | Depend |
D. | None of the mentioned |
Answer» C. Depend | |