For this lab we will be taking our various tables (PATIENT, BED, PERSONNEL, DEPARTMENT, TREATMENT, TEST and 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.

After creating the tables and entering the data – use the SELECT * FROM tablename to list all of the data in each table.

Save all your queries and turn in all queries, each “screen shot” of running each query and each of your tables with all of the data.

  • attachment

    PhucDNguyen_Lab3.docx
  • attachment

    PhucDNguyen_Lab31.docx