CBSE Class 12 Informatics Practices Question 40 of 103

Review of Database Concepts & SQL — Question 10

Back to all questions
10
Question

Question 10

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.