IT1 2017 Database Management System
IT1 2017 Database Management System
Q1)
V. The following two diagrams represent characteristics of DBMS approaches. Identify each
characteristics and briefly explain them. (10 marks)
a.
b.
(Total 25 marks)
Q2)
II. Describe the following terms related to Three Schema Architecture. (03 marks)
a. Internal schema
b. Conceptual schema
c. External schema
IV. Give two SQL commands for the following DBMS languages. (06 marks)
a. Data Definition Language
b. Data Manipulation Language
c. Data Control Language
V. The following tables explain the information about products. Identify the suitable data
types in MS Access. (10 marks)
Code Name Price Quantity Weight Brand Offers Expiredate Web Country
A B C D E F G H I J
P11 Cheese Rs.350.00 20 475.00 Kraft Yes 03/09/2019 www.kft.lk Australia
P23 Milk Rs.175.00 30 500.00 Anchor No 24/12/2018 www.anc.lk Sri lanka
P33 Biscuit Rs.50.00 15 120.00 Munchee Yes 20/05/2019 www.mn.lk Sri lanka
P41 Jam Rs.135.00 15 375.00 Kist No 11/04/2019 www.Kst.lk Sri lanka
(Total 25 marks)
II. Consider the following table of Employees and give example for following attributes.
(04 marks)
EID Ename BirthDay Age Qualification
254562 RuwanDalpadadu 21/07/92 25 B.Sc
M.Sc
112345 WajiraSenanyake 13/04/90 27 B.com
456872 AthulaWeerasinghe 08/10/87 30 IBSL
AAT
23564 WasanaKumari 22/02/95 23 B.A
a. Key attribute
b. Composite attribute
c. Derived attribute
d. Multi valued attributes
IV. Map the following ER diagram into relational model. (06 marks)
There are many workers working under a project. Each worker is identified by name,
worker id and by address. The project may include several departments under which
many products are being produced. Several workers may belong to a single department
and may participate in many projects. Each department is been identified by name,
department id and by address. Similarly the projects have got its own project id and
name. The products too got their own name and product id.The project may include
several buy orders that may contain the product details and suppliers who deliver the buy
orders. The buy orders are specified by their order, order date and delivery date. Same
way, suppliers are specified by their name and supplier id.
(Total 25 marks)
Q4).
II. What is the difference between DROP and DELETE command? (03 marks)
Q5).
(Total 25 marks)