Home » MYSQL » Mysql miscellaneous » Question
  1. Which of these is not a comment specifying construct?
    1. #
    2. !#
    3. /* */
    4. 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.



Your comments will be displayed only after manual approval.