-
What is the command to see the warning messages?
-
- DISP WARNING
- SHOW WARNINGS
- DISP WARNINGS
- DISPLAY WARNINGS
- None of these
Correct Option: B
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.