You are on page 1of 1

DATABASE MANAGEMENT SYSTEMS: BCA/3/CC/15

First Internal Test, BCA III


2021
Time: 1:30 hr Full Mark: 30

I. Answer the following questions. 5X 2= 10


1. State the elements of a database?
2. What are the responsibilities of Database Administrator?
3. What is meta-data?
4. Define Referential Integrity Constraint.
5. What is composite attribute? Give an example

II. Answer any four(4) from the following: 4 X 5=20


1. Discuss the three levels architecture of DBMS with block diagram.
2. Describe different types of binary relationship
3. State and explain the characteristics of a database.
4. Draw an E-R diagram for the following relations
CUSTOMER (cust_id, cname, city)
ITEM (item_no, item_name, unitprice)
ORDERS (order_id, o_date, o_amt)
ORDER_ITEM (order_id, item_no, qty)
SHIPMENT (order_id, ship_date)
5. Explain specialization and generalization in Enhanced Entity-Relationship (EER) modeling? Give an
example.

You might also like