Sql max () y min () con cuerdas

SELECT MIN(first_name) AS min_first_name
FROM Customers;
SAMER SAEID