We are almost done with the course. We started to
- CREATE, DROP and ALTER database objects
- and INSERT and UPDATE values into tables.
We also covered how to create a table from another table — including `CREATE SELECT` also referred to as `CREATE TABLE AS` that T-SQL does not support.
Download the class notes for day 7.