1.

Which of these is not a comment specifying construct?(a) #(b) /* */(c) —(d) !#I got this question in an international level competition.The query is from Comment Syntax in section SQL Syntax of MySQL

Answer»

Correct option is (d) !#

Easiest explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions