Alias ​​SQL con count ()

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