SQL SELECT comme alias

SELECT first_name AS name
FROM Customers;
SAMER SAEID