Introduction to the SQL Server Management Studio environment, connecting to the database engine, and setting the script context.
A walkthrough of the basic T-SQL table operations: Create, Insert, Select, Update, Delete, and Drop.
Building a multi-table academic schema with appropriate data types for names, dates, and numeric values.
Modifying existing tables using ALTER TABLE and system procedures to add columns or constraints.
Understanding table dependencies, the correct order for dropping objects, and using TRUNCATE vs. DROP.
Synthesizing tasks into an automated master rebuild script and reviewing final lab deliverables.