Chapter 7
SQL Part 1: Introduction and Azure Data Studio
Learning Objectives
Upon completing all the content in this chapter, you should be able to do the following:
- Understand what a relational database is and how SQL is used to manage it.
- Write SQL queries to perform read operations.
- Understand different types of table relationships and what foreign/primary keys are.
Key Terminology
Here is a list of key terms for this chapter, based on what page the term first appears. Make note of these terms and their definitions.
What is SQL?
- Relational databases
- Structured Query Language
- SQL
- Relational Database Management System
- RDMS
- Transact-SQL
- T-SQL
SQL Queries
- query
- result set
- CRUD
Table Relationships
- primary key
- foreign key