Project 3 Ms SQL Dev PDF
Project 3 Ms SQL Dev PDF
support@intellipaat.com
+91-7022374614
US: 1-800-216-8930 (Toll Free)
SQL Certification Course Training for MS SQL Server
Problem Statement: How to convert a relational design into tables in SQL Server
Topics: In this project, you will work on converting a relational design that enlists various users, their
roles, user accounts, and their statuses into different tables in SQL Server and insert data into them.
Having at least two rows in each of the tables, you have to ensure that you have created respective
foreign keys.
Tasks to Be Performed:
Define relations/attributes
Define primary keys
Create foreign keys
1) Insert data into each of the above tables. With at least two rows in each of the table, make sure,
that you have created respective foreign keys.