0% found this document useful (0 votes)
26 views7 pages

DMS Sorted

This document outlines chapters and topics to be covered for the DMS exam in December 2022, 2023 and May 2023. It includes topics such as data abstraction, ER diagrams, relational algebra, SQL, normalization, transactions, concurrency control and recovery.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views7 pages

DMS Sorted

This document outlines chapters and topics to be covered for the DMS exam in December 2022, 2023 and May 2023. It includes topics such as data abstraction, ER diagrams, relational algebra, SQL, normalization, transactions, concurrency control and recovery.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

DMS CHAPTER-WISE : DEC 2022,2023 & MAY 2023

CHAPTER 1

DECEMBER 2022

1. What is Data abstraction and data Independence ?

2. Type of Users in DBMS

DECEMBER 2023

1. Explain the concept of data independence .Discuss the differences between logical and
physical data independence

2. Describe the overall architecture of DBMS with suitable diagram

3. Role of DBA

MAY 2023

1. Identify different users of database management system

2. Discuss three layer schema architecture with suitable diagram. What is Data [10]
Independence? Explain types of data independence
CHAPTER 2

DECEMBER 2022

Draw a ER diagram for Hospital management System

DECEMBER 2023

1. Describe weak entity. Provide an example of weak entity and strong entity.

2. Draw an E-R diagram for library management system. Convert it into relational schema

3. Conversion of Specialization to relational schema with suitable example

4. Types of attributes

MAY 2023

1. Convert following E-R diagram to relational schema

2. Construct an ER diagram and convert it into a relational model for a company which has
several employees working on different types of Projects. Several employees are working for
one department, every department has a manager.Several employees are supervised by one
employee. Employees have zero or more dependents

3. Conversion of Specialization to relational schema with suitable example

4. Types of attributes
CHAPTER 3

DECEMBER 2022

1. Explain any five relational alegbra operators with suitable example

DECEMBER 2023

1. Explain the following Relational Algebra operations with suitable example.

1) Project 2) Select 3) Union 4) Rename 5) Set difference

MAY 2023

1. Explain the following Relational Algebra operations with suitable

1) Generalised Project 2) Select 3) Union 4) Rename 5) Natural Join


CHAPTER 4

DECEMBER 2022

1. Explain the types of joins with suitable example

2. What is Triggers ? Explain with Syntax and Example

3. Explain View and conflict serializablilty with suitable example

DECEMBER 2023

1. List and briefly explain SQL aggregate functions with suitable examples

2. Discuss conflict serializability with suitable example.

3. Triggers

4. Consider the following employee database.

Employee (empname, street, city, date_of_joining)


Works (empname, company_name,salary)
Company (company_name, city)

Write SQL queries for the following statements.

1. Modify the database so that ‘John’ now lives in ‘Mumbai’.

2. Find all employees who joined in the month of October.

3. Give all employees of ‘ABC Corporation’ a 10% raise.

4. Find all employees who earn more than average salary of all employees
of their company

5. List name of companies starting with letter “A”


MAY 2023

1. Explain all types of integrity constraints with an examples?

2. Write SQL queries for the given database Book( book_id, title,author, cost)

Store(store_no, city, state, inventory_val) Stock(store_no, book_id,quantity)

(i)Modify the cost of DBMS books by 10%


(ii)Find the total number of books in Mumbai stores
(iii)Find title of all books whose title contains the word ‘System’ (iv)Find title of the most
expensive book
(v)Add a new record in Book(Assume values as per requirement)

3. Give example of serial schedule and equivalent to serial schedule with respect to conflict
serailizability. Discuss conflict serializability with example

4. Triggers
CHAPTER 5

DECEMBER 2022

1. What is Normalization Explain 1NF 2NF 3NF with suitable example

DECEMBER 2023

1. Explain the concept of First Normal Form (1NF).Give example for the same

2. Why there is need of normalization? Explain 1NF, 2NF, 3NF and BCNF with example.

MAY 2023

1. Why there is need of normalization? Explain 1NF, 2NF, 3NF and BCNF with example

2. Lossless decomposition
CHAPTER 6

DECEMBER 2022

1. Define Deadlock and Deadlock Handling

2. What is 2PL and explain its types

3. ACID Properties of transaction with example

4. Transaction State diagram & Explain TCL commands

DECEMBER 2023

1. What is deadlock? Explain wait-die and wound-wait methods with suitable example

2. Describe the ACID Properties

3. Discuss Log based recovery with an example

4. Explain Lock based (2PL) concurrency control method with example

5. Log based recovery

MAY 2023

1. What is deadlock? Give deadlock prevention methods with suitable example

2. Describe ACID properties with examples

3. 2PL concurrency control protocol

You might also like