Introduction to SQL
SQL (originally SEQUEL, from IBM) stands for Structured Query Language. It is the standard language for interacting with relational databases.
- It is not the only way to do so, but it is by far the most popular.
- There are slight variations from platform to platform ("dialects of SQL").
Good tutorials/textbooks:
- O'Reilly books: Learning SQL by Beaulieu
- SQL Pocket Guide by Gennick
- Severance, Chapter 14: http://www.pythonlearn.com/html-270/book015.html