SQL como con más de una columna

SELECT customer_id AS cid, first_name AS name
FROM Customers;
SAMER SAEID