Nov 8, 2024
SELECT column1, column2 FROM table WHERE condition
ORDER BY column_name [ASC|DESC]
MIN
MAX
COUNT
SUM
AVG
AS
DELETE FROM table WHERE condition
Full transcript