Vidyalelo
MySQL · Q93

MySQL

Programming · MySQL · question 93

Q93

The command to see the warning messages is . . . . . . . .

A.
DISPLAY WARNINGS
B.
DISP WARNINGS
C.
DISP WARNING
D.
SHOW WARNINGS
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
In MySQL, to see the warning messages generated during the execution of a statement or stored program, you can use the SHOW 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.