For this lab we will be taking our various tables (PATIENT, BED,
PERSONNEL, DEPARTMENT, TREATMENT, TEST and all ASSOCIATIVE
ENTITIES), created from our normalization process and entering them
into SQL Server Management Studio.
For each of your tables, you will use SQL and the CREATE TABLE
command to create each table with it's various columns
(attributes).
You will then use the INSERT INTO command to add 5 rows of data
(you make up your own data) to populate each table....