SQL
SQL (Structured Query Language) is the standard language
for interfacing with databases.
It allows you to
- Create tables
- Read (query) data
- Write (update) data
It has problems, limitations, and bugs.
And each implementation has proprietary extensions. (yuk)
However, it is worth knowing.
References
Command References / Syntax
Author: Robert Clemenzi -
clemenzi@cpcug.org