0% found this document useful (1 vote)
289 views

Project 3 MS SQL

This document provides details about a project to convert a relational database design into tables in SQL Server. The project involves defining relations, attributes, and primary keys to create tables for users, roles, accounts, and statuses. Foreign keys must then be created between the tables when inserting at least two rows of data into each table. The tasks are completed by inserting sample data, verifying the foreign keys, and then deleting all data from the tables.

Uploaded by

SHIVAM Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
289 views

Project 3 MS SQL

This document provides details about a project to convert a relational database design into tables in SQL Server. The project involves defining relations, attributes, and primary keys to create tables for users, roles, accounts, and statuses. Foreign keys must then be created between the tables when inserting at least two rows of data into each table. The tasks are completed by inserting sample data, verifying the foreign keys, and then deleting all data from the tables.

Uploaded by

SHIVAM Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

MS SQL Certification Training

Project – Relational Database Design

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.

2) Delete all the data from each of the tables.

[email protected] - +91-7022374614 - US: 1-800-216-8930 (Toll Free)

You might also like