0% found this document useful (0 votes)
37 views1 page

DBMS Assignment2

Dbms
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views1 page

DBMS Assignment2

Dbms
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Global Institute of Information Technology

BCA V Semester
Assignment -2: Introduction to DBMS
Course Code: BCA 501
________________________________________________________________________________________
Course Outcomes:
CO1: Understand and explain the concept of basic elements of a relational database management system.
CO2: Identify the data models and design entity relationship and convert entity relationship diagrams into
RDBMS. Implement normalization algorithms using database design theory for different application.
CO3: Familiar with basic database storage structures and access techniques: file and page organizations,
indexing methods including B tree, and hashing.
CO4: Formulate SQL queries on the respect data into RDBMS and formulate SQL queries on the data.
CO5: Understand data base Design using EER to relational language.
CO6: Analyze and implement transaction processing, concurrency control and database recovery protocols in
databases.
________________________________________________________________________________________

1. Define database management system. (Remember , CO1)


2. Explain primary key, foreign key and super key with proper example. (Understand, CO2)
3. Define transaction. (Understand, CO2)
4. Define functional dependency. What do you mean by loss-less decomposition?
5. Explain Inheritance, Super class and Generalization with example (Understand, CO2)
6. Explain data independence with its types. (Understand, CO1)
7. Discuss the three level architecture of DBMS. (Understand, CO1)
8. Explain characteristics of SQL .Discuss five aggregate functions with suitable example.
(Understand, CO4)
9. Define E-R Diagram. Construct an E-R diagram for Library Management System; take relevant
entities and attributes for the library Management system. (Create, CO2)
10. Write SQL query for the following table Employee(ENO, Ename , DOB, Address (city),salary,
gender, D number) (Create,CO4)
Dept( DNumber, Dname ,MEmpno ,M-Start date)
a. Display the age of ‘male’ employee.
b. Display the name of highest salary.
c. Display the name of dept of Employee ‘XYZ’.
d. Display all employee belong to the same address (city).
e. Which employee is oldest manager in company?
11. Discuss the importance of concurrency control. (Understand,CO6)
12. Define normal forms. List the definition of first, second and third normal form. (Remember,CO6)

You might also like