Home / Programming MCQs / MySQL MCQs / Question
B
Q. What is def in the following statement?
DECLARE pqr HANDLER FOR def mno;
The ‘DECLARE HANDLER’ statement is used to declare a handler. When a condition whose value matches def, MySQL will execute ghi and either continue or exit the current code block.
You must be Logged in to update hint/solution
Q. Which of these field types would be best to hold a film title?
Q. Which of the following is not an SQL Statement?
Q. Which operator is used to match column values against a list of values?
Q. Which statement lets you create standalone functions that are stored in an Oracle database?
Q. The log enabled by –relay-log-index is _____________
Q. The largest value to which the variable ‘max_allowed_packet’ can be set is
Q. What does the show tables command do?
Q. The term ___________ is used to refer a column.
Q. By default, MySQL clips out of range numeric values to the nearest fit value.
Discusssion
Login to discuss.