Create and query tables
The course then moves on to querying data. Participants will learn the basic `SELECT` statement, which can be used to retrieve data from tables. In addition, techniques for creating complex queries are taught in order to extract detailed and specific information from large data sets.
Another important part of the subject is the introduction to primary and foreign keys. Students will learn how to define primary keys to identify unique records in a table and how foreign keys are used to create and manage relationships between tables.