SELECT * FROM Nice ORDER BY City ASC; # Will Give Values In Ascending Order (D,M,P) Ascending Order SELECT * FROM Nice ORDER BY Name ASC; # Will Give Values In Ascending Order (A,B,C...) Ascending ...