CP 4152 Database Practices I Previous Question Paper
CP 4152 Database Practices I Previous Question Paper
www.binils.co
m
Available in /Binils Android App too, Check www.Photoplex.Net & Android App
POLYTECHNIC, B.E/B.TECH, M.E/M.TECH, MBA, MCA & SCHOOL
Notes Available @
Syllabus
Question Papers
www.binils.com
Results and Many more…
www.binils.co
m
Available in /Binils Android App too, Check www.Photoplex.Net & Android App
POLYTECHNIC, B.E/B.TECH, M.E/M.TECH, MBA, MCA & SCHOOL
Notes Available @
Syllabus
Question Papers
www.binils.com
Results and Many more…
www.binils.co
m
Available in /Binils Android App too, Check www.Photoplex.Net & Android App
POLYTECHNIC, B.E/B.TECH, M.E/M.TECH, MBA, MCA & SCHOOL
Notes Available @
Syllabus
Question Papers
www.binils.com
Results and Many more…
11. (a)
(b)
PART B (5 x 13 = 65 marks)
Illustrate the use of aggregate functions with examples.
Or
The following relations keep track of airline flight information:
Flights (flno: integer, from: string, to: string, distance: integer, departs: time, arrives: time, price: integer) Aircraft (aid:
integer, aname: string, cruisingrange: integer) Certified (eid: integer, aid: integer) Employees (eid: integer, ename:
string, salary: integer)
(i) Print the enames of pilots who can operate planes with cruising range greater than 3000 miles but are not certified
on any Boeing (4) aircraft. A customer wants to travel from Madison to New York with no more than two changes of
flight. List the choice of departure times from Madison if the customer wants to arrive in New York by 6 p.m. (4)
(ii)
Find the names of aircrafts such that all pilots certified to operate them earn more than $80,000.
12. (a) Explain the design and implementation issues of active databases.
Or
(5)
(b) Explain the architecture for Transaction Management in distributed transactions.
13. (a)
(b)
14.
(a)
How to Store and Extract XML Documents from Databases? Demonstrate with an example.
Or
Explain the role of DTD in XML. Create an XML document to represent a book store with two books and each book
should have attributes for title author and price. Write an X path expression to select all the book elements with price
greater than $20 from the created XML document.
Demonstrate the concepts of Hbase storage and distributed systems. Or
Explain MongoDB data model with neat diagram.
(b)
15.
(a)
Explain mandatory access control and role based access control.
Or
(b)
Explain encryption and public key infrastructure for preserving data privacy.
Available in /Binils Android App too, Check www.Photoplex.Net & Android App
POLYTECHNIC, B.E/B.TECH, M.E/M.TECH, MBA, MCA & SCHOOL
Notes Available @
Syllabus
Question Papers
www.binils.com
Results and Many more…
2
60430
16.
PART C (1 x 15 = 15 marks)
(a) UPS prides itself on having up-to-date information on the processing and current location of each shipped item. To
do this, UPS relies on a company-wide information system. Shipped items are the heart of the UPS product tracking
information system. Shipped items can be characterized by item number (unique), weight, dimensions, insurance
amount, destination, and final delivery date. Shipped items are received into the UPS system at a single retail center.
Retail centers are characterized by their type, uniqueID, and address. Shipped items make their way to their destination
via one or more standard UPS transportation events (i.e., flights, truck deliveries). These transportation events are
characterized by a unique schedule Number, a type (e.g, flight, truck), and a delivery Route.
(i) Create an Entity Relationship diagram that captures this information about the UPS system. Be certain to indicate
identifiers and cardinality constraints.
(ii)
(7) Convert the ER diagram into a relational database schema. Be certain to indicate primary keys and referential
integrity constraints.
(8)
Or
(b) Design a complete schema for representing items in an online shopping cart in HBase and explain the same with an
example.
3
60430
Available in /Binils Android App too, Check www.Photoplex.Net & Android App