Multiple choice technology databases

Values specified in the between condition are exclusive

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In SQL, the BETWEEN operator is inclusive. For example, BETWEEN value1 AND value2 includes both value1 and value2 in the query results. Thus, stating that the values specified are exclusive is false.