DBMS ASSign1
DBMS ASSign1
a) Relational
b) Network
c) Hierarchical
a) Query Processor
b) Database Engine
c) Database Table
d) Indexing Engine
a) Table
b) Views
c) Query
a) Relational Model
b) Network Model
c) Hierarchical Model
a) SELECT
b) INSERT
c) UPDATE
d) DELETE
7. What does normalization in a relational database help with?
a) Avoiding redundancy
b) Increasing performance
a) One-to-One
b) One-to-Many
c) Many-to-Many
d) Many-to-One
a) DELETE
b) DROP
c) REMOVE
d) TRUNCATE
11. Which of the following ensures that database transactions are completed without errors?
a) Concurrency Control
b) Transaction Control
c) Data Integrity
d) Backup Management
a) Primary Key
b) Foreign Key
c) Check
b) Data Integrity
c) Less Security
d) Data Anomalies
Questions
(a) 1. Discuss main characteristics of database approach and specify how it differs from traditional
file systems.
(b) 2. Explain about DDL, DML with suitable examples.
(c) 3.Draw and briefly explain the detailed system architecture of DBMS.
(d) 4.Explain six steps of database design process and explain ER Model?
(e) 5.Explain with example how to create and modify the relations using SQL?
(f) 6.How can convert relationship sets with key constraints into tables? Explain it.