You have already completed these exercises!
Do you want to take them again?
You completed the MySQL BETWEEN Exercises from W3Schools.com
Share on:
Drag and drop the keywords to select all the records where the ProductName is alphabetically between 'Geitost' and 'Pavlova'.
* Products ProductName 'Geitost' 'Pavlova';
BETWEEN
FROM
WHERE
SELECT
IN
AND
=
IS
(
)