Chapter 3
Structured Query Language (SQL)
In this chapter, the most common way of working with tables in a RDBMS is introduced. The SQL language provides ways to create tables, insert data, select data, delete data, update data, join tables, create table schemas, define functions, etc. SQL has many other features, not all of which are covered here.