Database-Management-System (Set 12)
Database-Management-System (Set 12)
12 of 15 sets
1104. Which forms every non-prime attribute is fully dependent functionally on the
candidate key of a relational schema:
A. 1NF
B. 2NF
C. 3NF
D. 5NF
Answer:B
1105. PJNF stands form:
A. Practically –join normal form
B. Project –join normal form
C. Pages –join normal form
D. programming –join normal form
Answer:B
1107. The DBMS utility, ____________ allows to reconstruct the correct state of
database from the backup and history of transactions.
A. Backup
B. Recovery
C. Monitoring
D. Data loading
Answer:B
1110. A .................. normal form, normalization will be needed where all attributes
in a relation are not functionally dependent only on the key attribute.
A. First
B. Second
C. Third
D. Fourth
Answer:C
1111. To select all column from the table the syntax is:
A. Select all from table_name
B. Select * from table_name
C. Select from table_name
D. Non of the above
Answer:B
1114. ____ ensures that once transaction changes are done, they cannot be undone
or lost, even in the event of a system failure.
A. Atomicity
B. Consistency
1115. Deadlocks are possible only when one of the transactions wants to obtain a(n)
____ lock on a data item.
A. binary
B. exclusive
C. shared
D. Complete
Answer:B
1116. If several concurrent transactions are executed over the same data set and
the second transaction updates the database before the first transaction is finished,
the ____ property is violated and the database is no longer consistent.
A. atomicity
B. consistency
C. isolation
D. Durability
Answer:C
1117. A DBMS uses a transaction ____ to keep track of all transactions that update
the database
A. log
B. table
C. block
D. Statement
Answer:A
1120. Although the ____ locking approach improves the availability of data, its
management requires high overhead.
A. database-level
B. table-level
C. page-level
D. row-level
Answer:D
1121. A(n) ____ lock exists when concurrent transactions are granted Read access
on the basis of a common lock.
A. binary
B. field-level
C. shared
D. Exclusive
Answer:C
1122. A ____ database state is one in which all data integrity constraints are
satisfied.
A. fixed
B. complete
C. consistent
D. Secure
Answer:C
1124. ____ 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. Atomicity
B. Consistency
C. Durability
D. Isolation
Answer:D
1125. The three basic techniques to control deadlocks are: deadlock ____, deadlock
detection, and deadlock avoidance.
A. prevention
B. prohibition
C. rollback
D. Commits
Answer:A
1126. All transactions are controlled and executed by the DBMS (subject to some
limitations) to guarantee database ____.
A. integrity
B. uniqueness
C. consistency
D. Design
Answer:A
1127. In a ____ lock, the DBMS will lock an entire disk page.
A. database-level
B. table-level
C. page-level
D. row-level
Answer:C
1128. According to the ANSI SQL standard, when does a transaction begin?
A. with use of the START command
1129. The ____ lock allows concurrent transactions to access the same row as long
as they require the use of different fields within that row.
A. table-level
B. page-level
C. row-level
D. field-level
Answer:D
1135. The ..................... is essentially used to search for patterns in target string.
A. Like Predicate
B. Null Predicate
C. In Predicate
D. Out Predicate
Answer:A
1136. ................. requires that data should be made available to only authorized
users.
A. Data integrity
B. Privacy
C. Security
D. None of the above
Answer:C
1139. Some of the utilities of DBMS are ............. i) Transaction ii) Backup iii) File
organization iv) Process Organization
A. i, ii, and iv only
B. i, ii and iii only
C. ii, iii and iv only
D. All i, ii, iii, and iv
Answer:C
1140. There are _________ number of Normal forms that has been defined
A. 5
B. 6
C. 4
D. 3
Answer:B
1159. What separates the physical aspects of data storage from the logical aspects
of data representation?
A. Data
B. Schema
C. Constraints
D. Relationships
Answer:D
1160. What scheme defines how and where the data are organized in a physical
data storage?
A. External
B. Internal
C. Conceptual
D. None of these.
Answer:A
1161. Which of the following schemas defines the stored data structures in terms of
the database model used?
A. External
B. Conceptual
C. Internal
D. None of these
Answer:B
1162. Which of the following schemas defines a view or views of the database for
particular users?
A. External
1166. Which data model organizes the data in the form of tables and relations?
A. Relational Model
B. Hierarchical Model
C. Network Model
D. none of the above
Answer:A
1168. The name of the system database that contains descriptions of data in the
database is
A. Data dictionary
B. Metadata
C. Table
D. None of these
Answer:B
1173. What defines how and where data are organized in physical data storage?
A. Internal schema
B. External schema
C. Conceptual schema
D. None of the above
Answer:A
1174. What defines a view or views of the database for particular users?
A. Internal schema
B. External schema
C. Conceptual schema
D. None of the above
Answer:B
1179. What is the name of the system database that contains descriptions of the
data in the database?
A. Metadata
B. Data dictionary
C. Table
D. None of the above
Answer:B
1182. Which category of users need not be aware of the presence of the database
system?
1183. Database __________ , which is the logical design of the database, and the
database _______,which is a snapshot of the data in the database at a given instant
in time.
A. Instance, Schema
B. Relation, Schema
C. Relation, Domain
D. Schema, Instance
Answer:D
1189. An application where only one user accesses the database at a given time is
an example of a(n) ________ .
A. single-user database application
B. multiuser database application
C. e-commerce database application
D. data mining database application
Answer:A
1194. Helping people keep track of things is the purpose of a(n) ________ .
A. Database
B. Table
C. Instance
D. Relationship
Answer:A
1197. Given the basic ER and relational models, which of the following is
INCORRECT?
A. An attribute of an entity can have more than one value
B. An attribute of an entity can be composite
C. In a row of a relational table, an attribute can have more than one value
D. In a row of a relational table, an attribute can have exactly one value or a NULL value
Answer:A
1198. In an object-oriented model, one object can access data of another object by
passing:
A. Instance variable
B. Message
C. Variable
D. None of these
Answer:B
1200. An abstraction concept for building composite object from their component
object is called:
A. Specialization
B. Normalization
C. Generalization