Interview Questions

Which of the following statements about SQL Server comments is false?

Database developer interview questions


(Continued from previous question...)

5. Which of the following statements about SQL Server comments is false?

5. Which of the following statements about SQL Server comments is false?
1. /* … */ are used for multiline comments
2. // is used for single line comments
3. – is used for single line comments
4. Nested comments are allowed i.e. /* comment 1 /* comment 2 */ comment 1*/
5. ‘ is used for single line comments

(Continued on next question...)

Other Interview Questions