Database Management System - DBMS Objective Question and Answer
Database Management System - DBMS MCQ Multiple Choice Questions - Page 5 for Practice
121. The primary key must be
Correct Answer is: Both A & B
122. BCNF stands for:
Correct Answer is: Boyce-Codd normal form
123. Which of the following is not a Storage Manager Component?
Correct Answer is: Logical Manager
124. ……………… is a combination of two of more attributes used as a primary key
Correct Answer is: Composite Key
125. A Database Management System (DBMS) is
Correct Answer is: All of the above
126. Which is the transformation of requests and results between different levels of abstraction:
Correct Answer is: Mapping
127. Drop Table cannot be used to drop a table referenced by a …………… constraint.
Correct Answer is: Foreign Key
128. Drop Table cannot be used to drop a table referenced by a …………… constraint.
Correct Answer is: Foreign Key
129. In the relational model, relationships between relations or tables are created by using:
Correct Answer is: Foreign keys
130. All transactions are controlled and executed by the DBMS (subject to some limitations to guarantee database ………………
Correct Answer is: integrity
131. A ………………database state is one in which all data integrity constraints are satisfied
Correct Answer is: consistent
132. One solution to the multivalued dependency constraint problem is to:
Correct Answer is: split the relation into two relations, each with a single theme
133. The SQL command to creating a table is:
Correct Answer is: Create table
134. The following are functions of a DBMS except………………
Correct Answer is: creating and processing forms
135. Which of the following is not a Schema?
Correct Answer is: Critical Schema
136. DCL stands for
Correct Answer is: Data Control Language
137. One aspect that has to be dealt with by the integrity subsystem is to ensure that only valid values can be assigned to each data items. This is referred to as
Correct Answer is: Domain Integrity
138. DFD stands for
Correct Answer is: Data Flow Diagram
139. DML is a language by which user accesses or manipulates the………………
Correct Answer is: Data model
140. Minimal data redundancy means improved………………
Correct Answer is: Data consistency
141. The provision of …………….. is a major objective for database system:
Correct Answer is: Data independence
142. The overall description of a database is called………………
Correct Answer is: Database schema
143. Disadvantages of File systems to store data is:
Correct Answer is: All of the above
144. Which is the central component of the DBMS software that can also be termed as the database control system?
Correct Answer is: Data manager
145. Data are stored in………………as database:
Correct Answer is: Data files
146. Transaction is an action used to perform some manipulation on data stored in the………………
Correct Answer is: Database
147. Which is stored information about description of data in the database:
Correct Answer is: Data dictionary
148. In an Entity-Relationship Diagram Rectangles represents
Correct Answer is: Entity sets
149. DBA stands for:
Correct Answer is: Database administrator
150. Which is the person responsible for overall control f the database system: