Assignment 1 - DBMS - Evenkro

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Database Management System (21CSH-214)

Assignment 1
Deadline: 15 September
Note:- Even UID’s will attempt even number questions and Odd UID’s will
attempt odd number questions.
_____________________________________________________________________
1. Three Level ANSI-SPARC’ Architecture of database is used by every database.
Illustrate functionalities of schema at each level.
2. Enlist the role and responsibilities of database administrator?
3. Differentiate between DBMS and RDBMS?
4. Write syntax to apply integrity constraints? Illustrate.
5. Demonstrate the use of five character functions; LOWER,UPPER,REPLACE,
INITCAP and LENGTH.
6. Write syntax to rename and update table? With Illustration.
7. State how can you apply pattern searching? Illustrate different Operators used for
Pattern Searching?
8. Show the use of UNION and INTERSECT operator using relations.
9. Consider the following Data Base schema.
Employee (Eno, EName, Salary, Dno, Mgr_Eno)
Department (Dno, DName)
Project (Pno, Pname, Dno)
Write the following queries in SQL:
Display the name of the employee who draws minimum salary.
10. Consider the following Data Base schema
Employee (Eno, EName, Salary, Dno, Mgr_Eno)
Department (Dno, DName)
Project (Pno, Pname, Dno)

You might also like