Beginner SQL
Q16 / 100

What does the BETWEEN operator do?

Correct! Well done.

Incorrect.

The correct answer is A) Checks if a value is within a specified range, inclusive of both endpoints

A

Correct Answer

Checks if a value is within a specified range, inclusive of both endpoints

Explanation

BETWEEN x AND y selects values within the inclusive range from x to y.

Progress
16/100