Menu
×
×
Correct!

Exercise:

Use the BETWEEN operator to select all the records where the value of the Price column is NOT between 10 and 20.

SELECT * FROM Products WHERE Price
NOT BETWEEN 10 AND 20;

Not Correct

Click here to try again.

Correct!

Next ❯
SELECT * FROM Products
WHERE Price 
;

  
  
  




Go to w3schools.com
Reset Score
Close This Menu

 

MySQL Select
MySQL Where
MySQL Order By
MySQL Insert
MySQL Null
MySQL Update
MySQL Delete
MySQL Functions
MySQL Like
MySQL Wildcards
MySQL In
MySQL Between
MySQL Alias
MySQL Join
MySQL Group By
MySQL Database

×

Reset the Score?

This will reset the score of ALL 50 exercises.

Are you sure you want to continue?



×

Congratulations!

You have finished all 50 MySQL exercises.

Share your score: