0% found this document useful (0 votes)
120 views4 pages

Assignment 1

This document contains 30 multiple choice questions about database management systems. The questions cover a range of topics including primary keys versus unique constraints, advantages of DBMS over file systems, relational algebra queries, ER diagrams, database administration, SQL queries, database schemas, data modeling, and more database concepts. Students are provided with an editor to input their answers to each question.

Uploaded by

Siddhartha Anand
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)
120 views4 pages

Assignment 1

This document contains 30 multiple choice questions about database management systems. The questions cover a range of topics including primary keys versus unique constraints, advantages of DBMS over file systems, relational algebra queries, ER diagrams, database administration, SQL queries, database schemas, data modeling, and more database concepts. Students are provided with an editor to input their answers to each question.

Uploaded by

Siddhartha Anand
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/ 4

Question 1

points
Differentiate between primary key and unique constraints.
Students can use the editor to answer
Question 2
2

points
Write at least Five advantages of DBMS over traditional file based systems.
Students can use the editor to answer
Question 3
2

points
Solve this query in relational algebra.
The Relations are:
EMP( EnameSSNo, Sal,Deptno)
Dept (Deptno, Dname, Dloc)
Retrieve each employee name, department name having salary greater than 500.
Students can use the editor to answer
Question 4
2

points
Elucidate the following terms: Relation cardinality and Relation degree.
Students can use the editor to answer
Question 5
2

points
Enlist the uses of ER diagrams.
Students can use the editor to answer
Question 6
2

points
State the components of the Physical database structure of Oracle Database.
Students can use the editor to answer
Question 7
2

points
Three Level ANSI-SPARC’ Architecture of database is used by every database. Illustrate functionalities
of schema at each level.
Students can use the editor to answer
Question 8
2

points
Recognize how data Independence is helpful in databases? Illustrate the role of logical data
independence and physical data independence with examples.
Students can use the editor to answer
Question 9
2

points
Enlist the role and responsibilities of database administrator?
Students can use the editor to answer
Question 10
2

points
Differentiate between DBMS and RDBMS?
Students can use the editor to answer
Question 11
2

points
Write syntax to apply integrity constraints? Illustrate.
Students can use the editor to answer
Question 12
2

points
Demonstrate the use of five character functions; LOWER,UPPER,REPLACE, INITCAP and LENGTH.
Students can use the editor to answer
Question 13
2

points
Write syntax to rename and update table? With Illustration.
Students can use the editor to answer
Question 14
2

points
State how can you apply pattern searching? Illustrate different Operators used for Pattern Searching?
Students can use the editor to answer
Question 15
2

points
Show the use of UNION and INTERSECT operators using relations.
Students can use the editor to answer
Question 16
2

points
Consider the following Database 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.
Students can use the editor to answer
Question 17
2

points
Consider the following Database schema
Employee (Eno, EName, Salary, Dno, Mgr_Eno)
Department (Dno, DName)
Project (Pno, Pname, Dno)

Write the following queries in SQL:


Display the department number along with the average salary drawn by the employees of that
department.
Students can use the editor to answer
Question 18
2

points
Consider the following Database 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 all the employees along with the name of their managers.
Students can use the editor to answer
Question 19
2

points
State instances and schema in database.
Students can use the editor to answer
Question 20
2

points
Derive a schema for CUIMS database.
Students can use the editor to answer
Question 21
2

points
Elaborate the three levels of data abstraction using suitable diagram.
Students can use the editor to answer
Question 22
2

points
Explain the importance of data models and classify its types.
Students can use the editor to answer
Question 23
2

points
Illustrate different various DDL, DML, DCL Commands.
Students can use the editor to answer
Question 24
2

points
Write down the disadvantages of RDBMS .
Students can use the editor to answer
Question 25
2

points
Illustrate with example how can you apply the following command in SQL
· Having clause
· Group by
Students can use the editor to answer
Question 26
2

points
Illustrate with example how can you apply the following command in SQL
● Order by
● In operator
Students can use the editor to answer
Question 27
2

points
State Data base applications.
Students can use the editor to answer
Question 28
2

points
Translate the following: i) Key constraints ii) Integrity constraints.
Students can use the editor to answer
Question 29
2

points
Can we print unique rows in a table write syntax?
Students can use the editor to answer
Question 30
2

points
Comparison between Derived Attributes and multivalued attributes with example.
Students can use the editor to answer

You might also like