Alias ​​SQL avec Count ()

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