Alias ​​SQL dengan Count ()

SELECT COUNT(*) AS total_customers
FROM Customers;
SAMER SAEID