Chapter 11
SQL Part 5: Schemas and CRUD Operations
Learning Objectives
Upon completing all the content in this chapter, you should be able to do the following:
- Understand what a schema is.
- Create new tables and add new records to existing tables.
- Update existing tables.
- Remove records from a table and delete tables.
Key Terminology
Here is a list of key terms for this chapter broken down by the page they first appear on. Make note of each term and its definition.
Schemas
- schema
Create
CREATE
- temporary tables
Update
UPDATE
Delete
DELETE