SELECT MAX age FROM abc; -- Same for MIN SELECT AVG (Field_Name) FROM Table_Name; -- Returns Average SELECT COUNT * FROM Table_Name;