First page Back Continue Last page Graphics
Command Structure
When constructing SQL commands (Queries) the following holds:
- Commands may run over several lines.
- Commands are terminated with a semi-colon
By convention (but not necessary)
- each “clause” us usually put on a separate line
- clause keywords are normally all uppercase.