

MCQOPTIONS
Saved Bookmarks
This section includes 3 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 is abc in the following statement?
|
A. | statement |
B. | action |
C. | null |
D. | condition value |
E. | None of these |
Answer» C. null | |
2. |
For the same input parameters, if the stored function returns the same result, it is called _____________. |
A. | regular |
B. | monotonous |
C. | deterministic |
D. | non deterministic |
E. | None of these |
Answer» D. non deterministic | |
3. |
Suppose a stored function named PI() is written in the database sampdb . How would it be called? |
A. | db.PI() |
B. | MySQL.PI() |
C. | PI() |
D. | sampdb.PI() |
E. | None of these |
Answer» E. None of these | |