Home »
MCQs »
SQL MCQs »
SQL BETWEEN, CRUD Operations MCQs
SQL BETWEEN is a ____operator
1. SQL BETWEEN is a ______ operator.
- Relational
- Logical
- Arithmetic
- Assignment
Answer: B) Logical
Explanation:
SQL BETWEEN is a logical operator and within the range specified in the query, it retrieves the records from the table.