Database Questions and Answers
Database Questions and Answers
Database Questions and Answers
Hashing
« Prev
Next »
This set of Database Multiple Choice Questions & Answers (MCQs) focuses on “Ordered
Indexing and Hashing”.
4. The property (or set of properties) that uniquely defines each row in a table is called
the:
a) Identifier
b) Index
c) Primary key
d) Symmetric key
View Answer
Answer: c
Explanation: Primary is used to uniquely identify the tuples.
5. The separation of the data definition from the program is known as:
a) Data dictionary
b) Data independence
c) Data integrity
d) Referential integrity
View Answer
Answer: b
Explanation: Data dictionary is the place where the meaning of the data are organized.
8. The database design that consists of multiple tables that are linked together through
matching data stored in each table is called
a) Hierarchical database
b) Network database
c) Object oriented database
d) Relational database
View Answer
Answer: d
Explanation: A relational database is a collection of data items organized as a set of
formally described tables from which data can be accessed or reassembled.