DBMS - Internal Assessment Question Paper
DBMS - Internal Assessment Question Paper
6.a CO4 B6
(Or)
9.b Design a distributed database system for online shopping. CO5 B6
10.a Discuss about ODMG Model. Create a type person with CO5 B4
name, no, address, dob and age. Create subtypes employee
with salary, doj and student with cgpa for the person type.
Create 3 tables respectively and write queries showing
type inheritance and table inheritance.
(Or)
10.b Explain in brief about Object Query Language (3) CO5 B3
Find out all open Tickets from train ticket reservation
database tables where the attribute “status” is not defined
in the class Ticket, but in each derived class (3)
Retrieve the members of a team whose age >25 (2)