You have already completed these exercises!
Do you want to take them again?
You completed the MySQL Dates Exercises from W3Schools.com
Share on:
Drag and drop the correct column name to filter records with the OrderDate of 2008-11-11.
SELECT * FROM Orders = '2008-11-11';
OrderDate
OrderId
WHERE
FROM