Вы находитесь на странице: 1из 2

(c) What do you mean by Multiple Granularity ?

Discuss with Printed Pages—4 MBAIT01


a suitable example. Discuss the validation based protocols
also with a suitable example. (Following Paper ID and Roll No. to be filled in your Answer Book)
PAPER ID : 7127 Roll No.
5. Attempt any two parts of the following : (10×2=20)
(a) What is Join dependency ? How is it different to that of
MBA
Multivalued and functional dependency ? Give an example
(SEM. III) ODD SEMESTER THEORY
each of join and multivalued dependency. Discuss the
EXAMINATION 2013-14
Fourth Normal Form (4NF) also in detail.
DATABASE MANAGEMENT SYSTEM
(b) What are the various techniques of recovery with
concurrent transactions ? Explain in detail. Time : 3 Hours Total Marks : 100
Note :– Attempt all questions.
(c) Write short notes on (any four) :
1. Attempt any four parts of the following : (5×4=20)
(i) Integrity Constraints
(a) What do you mean by DBMS ? What are the main
(ii) Foreign Key differences between a file processing system and DBMS ?
(b) Construct an E-R diagram for a hospital with a set of
(iii) Primary Key
patients and a set of medical doctors. Associate with each
(iv) Super Key patient, a log of various tests and examinations conducted.
(c) Define RDBMS and also its properties. What are the main
(v) Candidate Key.
differences between DBMS and RDBMS ?
(d) Define Boyce-Codd normal forms. How does it differ from
third normal form ?
(e) How is the candidates key found for the given set of FDs ?
(f) Data dictionary contains meta data. Justify your answer
with example.
2. Attempt any four parts of the following : (5×4=20)
(a) What is Data Model. Define the Data Models available
with DBMS/RDBMS in the example.
(b) What do you mean by Referential Integrity ? What is the
need for triggers and how are they implemented in SQL ?

MBAIT01/DNG-52134 4 4225 MBAIT01/DNG-52134 1 [Turn Over


(c) Give an ER diagram for showing fatherhood, motherhood 4. Attempt any two parts of the following : (10×2=20)
and his spouse relationship among man and woman and
construct the appropriate table for this ER diagram. (a) Consider the three transaction T 1, T 2 and T 3 and the
(d) What are the Codd's rule for RDBMS ? Explain. schedules S1 and S2 given below. Draw the serializability
(e) What is the DBA ? Explain the role of DBA. (procedure) graph for S1 and S2 :
(f) What do you mean by data independence ? Explain the T1 : r1 (x); r1 (z); w1 (x);
types of data independence.
3. Attempt any two parts of the following : (10×2=20) T2 : r2 (z); r2 (y); w2 (z) w2 (y);

(a) Consider the universal relation : T3 : r3 (x) ; r3 (y); w3 (y);

R= (A, B, C, D, E, F, G, H, I, J) S1 : r1 (x) ; r2 (z); r1 (z) r3 (x); r3 (y); w3 (y) ; r2 (z); w2 (y);

and the set of functional dependency F as given below : S2 : r1 (x) ; r2 (z); r1 (z) r1 (x); r2 (y); r3 (y) ; w1 (z); w2 (z);
w3 (y); w2 (y)
F = {AB C, A DE, B F, F GH, D IJ}
(b) Consider the following set of requirements for a bank
(i) Determine the key for R.
database : "A large bank has several branches at different
(ii) Decompose R into Second Normal Form. places. Each branch maintains the account details of the
(b) Consider the following relational database : customers. The customer may open joint as well as single
accounts. The bank also provides the bank loans to the
EMPLOYEE (PERSON_name, street, city)
customers for different purposes. Bank keeps records of
WORKS (PERSON_name, Company_name, Salary) each transaction by the customer to his account. All of the
(i) Identify referential integrity constraints that should branches have employees and some employees are
hold. managers."

(ii) Give an SQL DDL definition of this database. (i) Draw an ER diagram that captures this information.

(iii) Discuss the inclusion of above constraints in DDL (ii) Transform this ER diagram to the relational database
definition. scheme.

(c) What do you mean by deadlock handling ? Explain in brief. (iii) Write SQL-DDL statement to implement bank data
Explain the conflict and view serializable schedule in detail. base schema.

MBAIT01/DNG-52134 2 MBAIT01/DNG-52134 3 [Turn Over

Вам также может понравиться