DBMS Question Bank
DBMS Question Bank
Module I:
b) Column
c) Tuple
d) Key
13. A domain is atomic if elements of the domain are considered to be ____________
units.
a) Different
b) Indivisbile
c) Constant
d) Divisible
Module II:
Module III:
Module IV:
Question bank
Database Management System – Sem. V –
Computer Engineering– 2019-2020 – Odd. Semester
1. Which is the main relation which is used in the university database which is
referenced by all other relation of the university .
a) Teaches
b) Course
c) Department
d) Section
2. The department relation has the an entry budget whose type has to be replaced by
a) Varchar (20)
b) Varchar2 (20)
c) Numeric (12,2)
d) Numeric
3. In the course relation the title field should throw an error in case of any missing
title . The command to be added in title is
a) Unique
b) Not null
c) 0
d) Null
4. In the above DDL command the foreign key entries are got by using the keyword
a) References
b) Key reference
c) Relating
d) None of the above
6. Which of the following can be used as a primary key entry of the instructor
relation.
a) DEPT_NAME
b) NAME
c) ID
d) All of the above
Module V:
Module VI:
b) Durability
c) Isolation
d) All of the mentioned
9. __________ states that only valid data will be written to the database.
a) Consistency
b) Atomicity
c) Durability
d) Isolation
10. Transaction processing is associated with everything below except
a) Producing detail summary or exception reports
b) Recording a business activity
c) Confirming a action or triggering a response
d) Maintaining a data
11. The Oracle RDBMS uses the ____ statement to declare a new transaction start and its
properties.
a) BEGIN
b) SET TRANSACTION
c) BEGIN TRANSACTION
d) COMMIT
12. ____ means that the data used during the execution of a transaction cannot be used by
a second transaction until the first one is completed.
a) Consistency
b) Atomicity
c) Durability
d) Isolation