Final Dbms
Final Dbms
Write short notes on the following : 4x5=20 Explain the following with the help of an
(b) Clustering Indexes and their example : 8
Implementation (i) Integrity constraints and its types
(c) Shadow Paging
(d) Weak Entity along with an example.
(e) Specialisation in ERD with an appropriate
example. Discuss the following relational constraints : 10
(i) Domain
Write short notes on any four of the following : (ii) Entity
(c) Indexed Sequential File Organisation (iii) Referential Integrity
(iv) Key Constraint
With the help of an appropriate example for
each, explain the following basic set
operations : 10
(i) UNION Consider the relation SUPPLIER given
(ii) INTERJECTION below, where S# and P# are keys, the
(iii) SET DIFFERENCE functional dependency set FD is
(iv) CARTESIAN PRODUCT FD = {S# P# -4 city, S# ---> city)
SUPPLIER
What is the role of Indexing in file S# X X X Y Y
organization ? Explain the following in P# 1 2 3 1 2
relation to file organization, with the help CITY DELHI DELHI DELHI GOA GOA
of an example for each : 10 Now, perform the following :
(i) Primary Index (i) Determine the highest normal form of
(ii) Secondary Index the relation SUPPLIER. 2
(iii) Multilevel Indexing (ii) Normalize the relation SUPPLIER to
the next higher normal form.
Explain the following in brief : 8 (iii) Discuss the Deletion and Insertion
(i) Client-Server Databases anomalies, which can occur in the
relation SUPPLIER.
Consider the Relational Database Schema With the help of a suitable example,
given below : discuss the insertion, deletion and updation
Employee (empcode, empname, empaddress, anomalies that can occur in a database.
salary) Briefly discuss the mechanism to remove
Department (deptcode, deptname, such anomalies.
deptlocation)
Perform the following queries using SQL
and Relational Algebra : 5
(i) Find details of the departments Explain the different forms of
located in Delhi. Authorization techniques.
(ii) Find the names of employees whose
salary is more than 4 lakhs per annum.
What are integrity constraints ? Explain
What do you understand by the term the various types of integrity constraints
functional dependency ? Explain the with suitable examples.
following functional dependencies : 10
(i) Full functional dependency What are integrity constraints ? Discuss
(ii) Partial functional dependency the various types of integrity constraints
(iii) Transitive functional dependency that can be imposed on databases.
(iv) Trivial functional dependency
How are database security and database
integrity related ? Briefly discuss the
What is Functional Dependency ? Explain different levels of security measures which
single-valued dependency with an example. may be considered to protect the database.
What are integrity constraints ? Discuss What are integrity constraints ? Explain 5
the entity integrity and referential two types of integrity constraint with the
integrity constraints with suitable help of an example.
example.
What is data integrity ? Does data
integrity have any relationship with data
Describe the relationship between data security ? Justify- your answer with the
security and data integrity, with the help help of example and diagram.
of a diagram.
Discuss any two levels of security mechanisms
to protect database.
Describe the relationship between Data
Security and Data Integrity, with the help
of a diagram. Give the difference between operating
system and database security.
What are integrity constraints ? What for
they are required in databases ? Briefly
discuss the different types of integrity How do you implement a hierarchical data
constraints. model ? Explain through an illustration.