You have already completed these exercises!
Do you want to take them again?
You completed the MySQL Alias Exercises from W3Schools.com
Share on:
If an alias contain spaces, what is the correct characters for surrounding the alias?
SELECT CustomerName AS Name of Customer FROM Customers;
(
)
[
]
'
"