Bcs403 Dbms Assignment-2
Bcs403 Dbms Assignment-2
ASSINGMENT I, MAY-2025
DATABASE MANAGEMENT SYSTEM
Sub Code: BCS403 SEM: IV (A, B, C & D Sec) Date: 12-05-2025
Marks: 10
NOTE: Answer all the questions.
Q. No. Questions CO BTL
MODULE 3
1 Illustrate insert, delete, update, alter & drop commands in SQL. CO3 L4
5 What is a Normalization? Explain the 1NF, 2NF ,3NF, BCNF,4NF, 5NF with CO4 L2
examples.
6 Which normal form is based on transitive dependencies and full CO4 L2
functional dependency? Explain the same with examples?
7 Consider the universal relation: R= {A,B,C,D,E,F,G,H,I,J} and the set of CO4 L3
functional dependencies: F= { AB-> C, A->DE, B->F, F->GH, D->IJ}.
Determine whether each decomposition has the loss less join property
with respect to F. D1={R1, R2, R3} ; R1={A, B, C, D, E} ;
R2={B,F,G,H}
8 Discuss EXISTS and UNIQUE functions in sql with suitable examples CO3 L4
MODULE - 4
1 Demonstrate working of Assertion & Triggers in database? Explain with an CO4 L2
example
2 Explain stored procedure language in SQL with an example. CO3 L2