0% found this document useful (0 votes)
37 views

Muffakham Jah College of Engineering and Technology Information Technology Department BE-III/IV (Sec A & B) Assignment

This document contains an assignment for a database systems course covering various topics: 1) It lists 15 questions on topics like database architecture, the role of a DBA, ER modeling, SQL queries, joins, normalization, indexing, recovery techniques, and concurrency control. 2) The questions are divided into 5 sections corresponding to 5 course outcomes and database course units. 3) Students are asked to draw diagrams, write SQL statements, explain concepts, and compare different techniques as part of this assignment.

Uploaded by

Sobhan Dasari
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

Muffakham Jah College of Engineering and Technology Information Technology Department BE-III/IV (Sec A & B) Assignment

This document contains an assignment for a database systems course covering various topics: 1) It lists 15 questions on topics like database architecture, the role of a DBA, ER modeling, SQL queries, joins, normalization, indexing, recovery techniques, and concurrency control. 2) The questions are divided into 5 sections corresponding to 5 course outcomes and database course units. 3) Students are asked to draw diagrams, write SQL statements, explain concepts, and compare different techniques as part of this assignment.

Uploaded by

Sobhan Dasari
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

MUFFAKHAM JAH COLLEGE OF ENGINEERING AND TECHNOLOGY

INFORMATION TECHNOLOGY DEPARTMENT


BE-III/IV (Sec A & B)
ASSIGNMENT

1. Draw database system architecture and explain its components. (5)
2. What are the responsibilities of a Database Administrator. (3)
3. Draw an E-R diagram for banking enterprise. (5)
4. Consider the employee database given below where primary keys are underlined and give
SQL expressions for each of the following queries (6)
Employee (emp-name, street, city)
Works (emp-name, company-name, salary)
Company (Company-name, city)
Manages (emp-name, manager-name)
(a) Find the names and cities of residence of all employees who work for first Bank
Corporation.
(b) Find the names, street addresses and cities of residence of all employees who work
for first Bank Corporation and earn more than $10000.
(c) Find all employees in the database who dont work for first Bank Corporation.
(d) Find all employees in the database who earn more than each employee of small bank
corporation.
(e) Find all companies located in every city in which small bank corporation is located.
(f) Find the company that has the most employees.
5. Explain different types of Joins with examples. (4)
6. Write about embedded and dynamic SQL. (6)
7. Define normalization and explain different levels of normalization. (5)
8. Explain Functional dependency with an example. (3)
9. Compare 3NF and BCNF (3)
10. Give the differences between (8)
(a) Ordered indexing and hashing
(b) Dense and sparse indices
(c) Static and dynamic hashing
(d) Primary and secondary indices.
11. Insert the following keys in a B+-tree for (8)
(a) n=4
(b) n=6
2,3,5,7,9,11,17,19,23,29,31
12. Write short notes on multiple key access. (4)
13. Explain advanced recovery techniques. (5)
14. How is failure with loss on non volatile storage handled? (5)
15. Explain timestamp based protocols. (5)

Course Outcome Unit Assignment
I Unit-I 1,2,3
II Unit-II, Unit-III 4,5,6
III Unit-III 7,8,9
IV Unit-IV 10,11,12
V Unit-IV, Unit-V 13,14,15

You might also like