SQL Wählen Sie als Alias aus
SELECT first_name AS name
FROM Customers;
SAMER SAEID
SELECT first_name AS name
FROM Customers;