Database Development: Lab Sessions
Database Development: Lab Sessions
Lab Sessions
Overview
Understanding the database implementation structure Overview of Management Studio Creating Database Creating Table Basic Data Manipulation
Select, Insert, Update, Delete Where clause Order By Aggregate Functions Group By and Having
Overview
Joins
Inner Joins Outer Joins Equi Joins
Constraints
Default Check
Users
Login Mode
Creating Database
Default Options File options Using statement at Query Window Attaching and Detaching Dropping Backup and Restore
Creating Table
Datatype Overview Primary Key Auto Increment Using statement for table
Insert
Full select Partial Select
Update Delete
Order By
Asc and Desc
Aggregate Functions
Sum, min, max, avg, count
Joins
Inner Joins Outer Joins
Left Outer Join Right Outer Join Full Outer Join
Equi Joins
Constraints
Default Check