KnowledgeBoat Logo

Computer Science

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

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

SQL Queries

2 Likes

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.

Answered By

2 Likes


Related Questions