CBSE Class 12 Informatics Practices Question 45 of 103

Review of Database Concepts & SQL — Question 15

Back to all questions
15
Question

Question 15

The SQL statements always end with ............... .

  1. ,
  2. :
  3. ;
  4. "
Answer

;

Reason — The SQL statements always ends with semicolon (;) to indicate the end of the statement.