Alias SQL dengan Count ()
SELECT COUNT(*) AS total_customers
FROM Customers;
SAMER SAEID
SELECT COUNT(*) AS total_customers
FROM Customers;