You have already completed these exercises!
Do you want to take them again?
You completed the MySQL Comments Exercises from W3Schools.com
Share on:
Drag and drop to make the WHERE clause a single-line comment.
SELECT * FROM Customers WHERE City = 'Berlin';
--
/*
//
*/