First page Back Continue Last page Image
SQL Syntax – Select
- SELECT
- [FROM table_references ]
- [WHERE where_condition]
- [GROUP BY {col_name | expr | position} [ASC | DESC]]
- [HAVING where_condition]
- [ORDER BY {col_name | expr | position} [ASC | DESC]]
- https://www.w3schools.com/sql
- Need a Resource to Remember SQL?
- Go Here
A Simple Example
The basic format of one of the most used commands