Which of these is not a comment specifying construct?
—
#
!#
/* */
None of these
Correct Option: C
The MySQL server understands three types of comments. The single line ‘#’ construct, the multiline /*…*/ construct and the — comment construct. MySQL conforms to the comment standards of SQL.