CBSE Class 12 Computer Science Question 25 of 91

Relational Database and SQL — Question 3

Back to all questions
3
Question

Question 3

A ............... is a text that is not executed.

  1. Statement
  2. Query
  3. Comment
  4. Clause
Answer

Comment

Reason — A comment is a text which is ignored by the SQL compiler and is not executed at all. It is given for documentation purpose only.