0% found this document useful (0 votes)
11 views2 pages

Database Management System Exam Guide

The document contains examination questions for a Database Management System course, structured into two separate sets for different semesters. Each set includes multiple questions that require definitions, explanations, and diagrams related to database concepts such as keys, data abstraction, and ER diagrams. Candidates are instructed to answer specific questions and draw neat diagrams where necessary.

Uploaded by

omdeo3105
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)
11 views2 pages

Database Management System Exam Guide

The document contains examination questions for a Database Management System course, structured into two separate sets for different semesters. Each set includes multiple questions that require definitions, explanations, and diagrams related to database concepts such as keys, data abstraction, and ER diagrams. Candidates are instructed to answer specific questions and draw neat diagrams where necessary.

Uploaded by

omdeo3105
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

Total No. of Questions : 4] SEAT No.

8
23
PA-4981 [Total No. of Pages : 1

ic-
[6008]-233

tat
S.E. (Information Technology) (In Sem)

8s
DATABASE MANAGEMENT SYSTEM

9:4
02 91
(2019 Pattern) (Semester-II) (214452)

5:0
0
31
Time : 1 Hour] 6/0 13 [Max. Marks : 30
Instructions to the candidates:
0
4/2
.23 GP

1) Answer Q.1 or Q.2, Q.3 or Q.4.


2) Neat Diagrams must be drawn wherever necessary.
E
80

3) Figures to the right indicates full marks.

8
C

23
4) Assume Suitable data if necessary.

ic-
16

tat
Q1) a) Define: Super key, candidate key, primary key, secondary key, foreign key.
8.2

8s
[5]
.24

9:4
b) Differentiate between logical data independence and physical data
91
49

5:0
independence. [5]
30
31

c) Explain various function of each types of database user. [5]


01
02

OR
4/2

Q2) a) Draw, list and explain different component of database system architecture.
GP

[7]
6/0

b) Write note on : [8]


CE
80

8
23
i) Data Abstraction
.23

ic-
ii) Data Modeling
16

tat
8.2

8s

Q3) a) List and explain (Any 5) codd’s Rule. [6]


.24

9:4

b) What are the different type of Attributes? [4]


91
49

5:0

c) Write a note on converting ER diagrams into tables. [5]


30

OR
31

Q4) a) List E-R diagram symbol & draw an E-R diagram for hospital
01
02

management system with set of patient and set of medical doctors.


4/2
GP

Associate with each patient a log of the various test and examination
6/0

conducted. [6]
CE
80

b) Explain with example Schema Diagram. [5]


.23

c) Write a short note on Enterprise constraint. [4]


16
8.2


.24
49

P.T.O.
Total No. of Questions : 4] SEAT No. :

8
23
PB36 [6268]-230
[Total No. of Pages : 1

ic-
tat
S.E. (Information Technology) (Insem)

6s
DATABASE MANAGEMENT SYSTEM

7:0
(2019 Pattern) (Semester - IV) (214452)

02 91
3:3
Time : 1 Hour] [Max. Marks : 30

0
41
2/0 13
Instructions to the candidates:
1) Answer Q.1 or Q.2, Q.3 or Q.4.
0
2) Neat diagrams must be drawn wherever necessary.
3/2
.23 GP

3) Figure to the right indicates full marks.


4) Assume suitable data, if necessary.
E
82

8
C

23
Q1) a) Explain Advantages of DBMS over file processing systems. [5]

ic-
16

tat
8.2

b) Explain concept of Data abstraction in detail with diagram. [5]

6s
.24

7:0
91
c) Explain different keys with example. [5]
49

3:3
30
41

OR
01
02

Q2) a) Explain overall structure of DBMS with diagram. [7]


3/2
GP

b) Write note on: [8]


2/0

i) DDL
CE
82

8
ii) DML

23
.23

ic-
16

tat
Q3) a) List and explain Components of ER model. [6]
8.2

6s
.24

7:0

b) What is domain explain with example in DBMS. [4]


91
49

3:3
30

c) Write a note on views. [5]


41

OR
01
02

Q4) a) Explain all Codd’s rules in detail. [6]


3/2
GP
2/0

b) Explain with example concept of naming convention. [5]


CE
82

c) Write a short note on Referential integrities. [4]


.23
16
8.2

… … …
.24
49

[6268]-230 1

Common questions

Powered by AI

A DBMS addresses the limitations of traditional file processing systems by improving data integrity and reducing redundancy through centralized control of data. Unlike file systems where data is stored in isolated files, a DBMS allows for a centralized database that multiple applications can access. This architecture enables integrity constraints to enforce data consistency across different applications. Furthermore, by organizing data in a centralized system, a DBMS minimizes redundancy and ensures that the same piece of data is not stored in multiple places .

Data abstraction in a DBMS simplifies data management by providing multiple levels of abstraction: physical, logical, and view levels. At the physical level, it defines how data is stored. The logical level provides the structure of the entire database as seen by the DBA. The view level provides different perspectives of the database structure to various users. By hiding complex details from users and presenting only necessary information, data abstraction facilitates easier data management and ensures user-friendly interaction with the database .

A candidate key is an attribute or a set of attributes that can uniquely identify a tuple in a relation. A primary key is a specific candidate key chosen to uniquely identify tuples within a table. A foreign key, on the other hand, is an attribute in one table that links to the primary key of another table, establishing a relationship between the two tables .

Converting an ER diagram into tables involves mapping entities to a table where each entity becomes a table. Attributes of the entity become columns of the table. Relationships are represented by including foreign keys in the tables, which refer to primary keys of related tables. Composite and multi-valued attributes might require additional tables for normalization to maintain data integrity and to reduce redundancy during relational database implementation .

Logical data independence refers to the capability to change the logical schema without altering the external schema or application programs. Physical data independence is the ability to change the physical schema without affecting the logical schema. Both types of independence are crucial because they allow changes at one level of a database to occur without necessitating redesign at another level, thus enhancing adaptability and reducing maintenance costs .

Enterprise constraints define the business rules that a database must comply with as a reflection of organizational policies and administrative procedures. They influence database design by determining the rules for data input, relationships, and integrity conditions. These constraints ensure that the data stored in the database supports business goals, maintains consistency across applications using the database, and adheres to external regulations, thereby shaping the functionality and performance of database operations .

Attributes in a DBMS can be categorized as simple (atomic), composite, single-valued, multi-valued, stored, and derived. Simple attributes consist of a single value, whereas composite attributes can be divided into sub-parts. Single-valued attributes hold a single data point for each record, while multi-valued can store multiple values for a single entity. Stored attributes are physically saved on the disk, and derived attributes can be computed from other attributes. These classifications affect the database design and performance by influencing data organization, storage requirements, and query efficiency .

Codd's Rules, consisting of 12 rules, define what is required from a database management system for it to be considered relational, i.e., an RDBMS. These rules address aspects such as data representation, relational integrity, logical schema independence, and data manipulation. They are important because they set the standard for RDBMS capabilities, ensuring that systems claiming to be relational adhere to fundamental principles that maintain data consistency, integrity, and ease of use .

A schema diagram is a blueprint of a database that describes how data is organized and the relationships between different entities. It visually illustrates the logical structure of the database, showing tables, columns, keys, and the relationships among them. This diagram helps developers and database administrators understand the database's structure and design .

The components of database system architecture include the Database Engine, Query Processor, Storage Manager, Transaction Manager, and the Database Schema. These components interact to create a cohesive system where the Database Engine manages data storage and retrieval, the Query Processor handles SQL queries, the Storage Manager oversees data persistence, and the Transaction Manager ensures ACID properties for transaction processing. The Database Schema provides the structure for data organization within the system .

You might also like