You have already completed these exercises!
Do you want to take them again?
You completed the MySQL LIKE Exercises from W3Schools.com
Share on:
Insert the missing parts to returns all Customers that starts withe the letter 'A'
SELECT * FROM Customers CustomerName 'A ';
=
#
LIKE
WHERE
%
_
IS