DBMS Cat1
DBMS Cat1
12. With a nest sketch explain various component of DBMS architecture. [CO1,K2]
13. Consider the tables: [CO1,K3]
Student (Roll No, name, Address, Phone)
Mark (Roll no, Sub 1, Sub2)
Write relational algebra Queries for the following statements.
(i) Display roll no of the students who have passed in both subjects. (5)
(ii) Perform Cartesian product of the above tables. (5)
14. Consider the tables. [CO2,K3]
Student (Roll no, degree, branch )
Mark (Roll no, Sub1, sub2)
Write SQL Queries for the following statements.
(i) Select student names if the student have passed in both subjects.(3)
(ii) Display the students Roll no and name if the student belong to M.Sc
degree.(3)
(iii) Sort the student table according to roll no.(4)
Bloom’s
Remembering Understanding Applying Analyzing Evaluating Creating
Taxonomy
(K1) (K2) (K3) (K4) (K5) (K6)
Level
Percentage 16.7 50 33.3 - - -
KONGU ENGINEERING COLLEGE, PERUNDURAI, ERODE – 638 060
Continuous Assessment Test I – February 2024
Roll Number: _________________
Programme : M.Sc Date : 16.02.2024
Branch :Software Systems Time : 09.15AM to10.45 AM
Semester :IV
Course Code : 22IST42 Duration :1 1/2 Hours
Course Name: Database Management systems Max Marks :50
PART – A (10*2=20 Marks)
ANSWER ALL QUESTIONS
1. Identity the purpose of Database management systems. [CO1,K1]
2. Recall various types of Query languages. [CO1,K1]
3. Infer the role of database administrator [CO1,K2]
4. Give an example for unique and not null constraints. [CO1,K2]
5. List the types of database users. [CO1,K1]
6. Compare unary and binary operators in relational algebra. [CO1,K2]
7. Mention various types of data model. [CO1,K1]
8. Create a table for student database with your own assumptions. Also suggest a [CO2,K3]
primary key for it.
9. Cite various set operations in SQL. [CO2,K1]
10. Infer null value in database and give an example. (Gate) [CO2,K2]