Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

2 .

Theory :

Conversion of ER Diagram into schema


----Explain rules for converting ER Diagram into schema
with example…
Explain DDL Commands in detail with example.
Explain DCL Commands in detail with example.

Conclusion:
Assignment no. 6

Aim : Create Table with primary key and foreign key constraints.

Problem Statement :
Create Table with primary key and foreign key constraints.
a. Alter table with add n modify b. Drop table

Objective:
1. Understand the use of DDL SQL Commands
2. Understand the use of primary key and foreign key.

Theory:
• Description of different constraints used while creating a Table .
• Give example of each

• Describe Alter command with different options


• Give its example

• Description of Commands for adding primary key and foreign key Constraints

Conclusion:

You might also like