×
×
Correct!
When displaying the
SELECT CustomerName,
Address,
PostalCode @(6)
FROM Customers;
SELECT CustomerName,
Address,
PostalCode AS Pno
FROM Customers;
SELECT CustomerName,
Address,
PostalCode Pno
FROM Customers;
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 52 exercises.
Are you sure you want to continue?