CBSE Class 12 Computer Science Question 31 of 91

Relational Database and SQL — Question 9

Back to all questions
9
Question

Question 9

............... is known as range operator in MySQL.

  1. IN
  2. DISTINCT
  3. IS
  4. BETWEEN
Answer

BETWEEN

Reason — The BETWEEN operator is known as the range operator in MySQL because it defines a range of values that the column value must fall within for the condition to be true.