You are on page 1of 3

USN Code: CB420

JSS MAHAVIDYAPEETHA
JSS SCIENCE AND TECHNOLOGY UNIVERSITY
SRI JAYACHAMARAJENDRA COLLEGE OF ENGINEERING
JSS Technical Institutions Campus, Mysuru – 570 006, Karnataka

JULY/AUGUST-2020-21 Semester End Examinations

PROGRAMME: B.E. DATE:


BRANCH: Computer Science and Business Systems DAY:
SEMESTER: IV TIME:
PAPER SETTER: Dr. Prathibha R.J. DURATION: 3 Hrs
MAX. MARKS: 100
Title of the Subject
DATATBASE MANGEMENT SYSTEMS

NOTE: 1. Answer all questions from the following

PART – A

Q.NO CO CD QUESTION MARKS


Explain the different data models and their significances
1. CO1 Understanding 10
with examples.
2. CO2 Understanding Explain the different Relational algebraic operations in
10
Database management system.
Explain the concept of evaluation of relational algebra
3. CO3 Understanding 10
expression in query processing with suitable example.
Illustrate the Locking and timestamp based scheduling in
4. CO4 Understanding 10
concurrent transaction processing.
Discuss authentication, authorization and access control
5. CO5 Understanding 10
models in database security.
PART – B
Q.NO CO CD QUESTION MARKS
6. CO1 Understanding Discuss the following
i) Database Management System
ii) Data abstraction
10
iii) Data independence
iv) Data definition language
v) Data manipulation language
OR
7. CO1 Understanding Discuss the data manipulation operations in SQL to update
10
the content of tables.

8 CO2 Understanding Explain dependency preservation and lossless design with


10
suitable examples.
OR
9 a) CO2 Applying Consider the following instance and What will be the 05
output of the following query?
SELECT MAX(TVALUE)/MIN(TVALUE) FROM

1
USN Code: CB420

TEST GROUP BY TGROUP HAVING


TGROUP=`g2' ;
TEST
TNAME TVALUE TGROUP
t1 12340 g1
t2 500 g2
t3 3456 g2
t4 23 g2
t5 100 g3
Consider the following instance of Covid19Patients
relation and SQL query that will display name of States in
which No_of_Patients is not in the range of 1000 to 3000.
COVID19PATIENTS
State No_of_Patients
Assam 581
9 b) CO2 Applying 05
Delhi 65000
Jharkhand 2 2500
Karnataka 3400
Punjab 4300
Tripura 1200
Telengana 10000

10. CO3 Understanding Explain the calculation of cost of different operations


involved in a query in query processing with suitable 10
examples.
OR
11. CO3 Understanding Discuss the importance and different type of indexing in
10
database management system with examples.

12. CO4 Understanding Explain the significance of ACID properties in concurrent 10


transaction processing
OR
13. CO4 Understanding Discuss the different database recovery mechanisms with 10
suitable examples

14. CO5 Understanding Compare object oriented and object relational databases. 10
OR
15. CO5 Understanding Discuss the following 10
i. Web databases
ii. Distributed databases
iii. Logical databases
iv. Data warehouse
v. Data mining.

Course Outcome: At the end of the course the students will have the ability to
CO–1 Illustrate different data models in database management system.
CO–2 Implement database design and queries using Structured Query Language (SQL).
CO–3 Implement the concepts of query optimization and indexing in relational database.
CO–4 Illustrate the concepts of transactions and concurrency control.

2
USN Code: CB420

CO–5 Illustrate advanced database and database security.


--- End ---

You might also like