SQL Statements – Session 13 Activity

Single‑Table SELECT Statements

Below are the SQL statements used to retrieve data from individual tables during the activity:

INSERT, UPDATE, and DELETE Statements

These statements were used to modify data in the database during the activity:

This is what I learned

I learned the basics of using SELECT statements while also learning about INSERT, UPDATE, and DELETE statements. To start, I learned INSERT statements are used to add data to an existing table. UPDATE changes existing data, and DELETE will delete data permanently. SELECT statements will be used to pull any existing data up and can be used in combination with other keywords to narrow down the search.