1.

The MySQL double dashed comment style is the same as the SQL standard.(a) True(b) FalseI got this question during an online exam.This intriguing question originated from Comment Syntax topic in section SQL Syntax of MySQL

Answer»

Right answer is (b) False

The explanation is: The MySQL double-dash (–) comment style is different from the comment style of STANDARD SQL, which begins with just two dashes. It does not require the SPACE before any following TEXT.



Discussion

No Comment Found

Related InterviewSolutions