The command to see the warning messages is . . . . . . . .
A. DISPLAY WARNINGS
B. DISP WARNINGS
C. DISP WARNING
D. SHOW WARNINGS
Answer: Option D
Solution (By Examveda Team)
In MySQL, to see the warning messages generated during the execution of a statement or stored program, you can use theSHOW WARNINGS
command. This command displays any warnings that occurred during the execution of the previous statement.Therefore, the correct command to see the warning messages is Option D: SHOW WARNINGS.
Join The Discussion