SQL SELECT AS ALIAS

SELECT first_name AS name
FROM Customers;
SAMER SAEID