Google News
logo
MySQL - Quiz(MCQ)
The command to see the warning messages is _______
A)
SHOW WARNINGS
B)
DISP WARNING
C)
DISP WARNINGS
D)
DISPLAY WARNINGS

Correct Answer :   SHOW WARNINGS


Explanation : In MySQL, the default value conversions are reported as warnings for INSERT, REPLACE and UPDATE statements. The SHOW WARNINGS command is used after executing one of those statements to see the warning messages.

Advertisement