Dbms 2021 Paper Solution
Dbms 2021 Paper Solution
Programme: UG (B.TECH.-CSE)
Sr. Distribution
Model Answers
No. of Marks
SECTION-A
06 marks
1
2 06 marks
3 06 marks
4 06 marks
5 06 marks
SECTION-B
6 10 Marks
7 10 Marks
05+05=10
8
Marks
SECTION-C
select ename
from emp as e, e.ChildrenSet as c
where ’March’ in
(select birthday.month from c )
03+03+02=08
9(a) select e.ename
marks
from emp as e, e.SkillSet as s, s.ExamSet as x
where s.type = ’typing’ and x.city = ’Dayton’
II. A system to track contributions made to candidates for public office: A 03+03+02=08
9(b)
relational system would be apt for this, as data types are expected to be marks
simple, and a powerful querying mechanism is essential.
III. An information system to support the making of movies: Here there will be
extensive use of multimedia and other complex data types. But queries are
probably simple, and thus an object relational system is suitable.