SQL comme avec plus d'une colonne

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