Home »
MCQs »
DBMS MCQs
DBMS Data Dictionary Storage MCQs
DBMS Data Dictionary Storage MCQs: This section contains multiple-choice questions and answers on Data Dictionary Storage in DBMS.
Submitted by Anushree Goswami, on May 06, 2022
1. ___ is a structure that stores relational schemas and other metadata about the relations.
- Data Dictionary
- System Catalog
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
Data Dictionary or System Catalog is a structure that stores relational schemas and other metadata about the relations.
Discuss this Question
2. In relational databases, a data dictionary is similar to the ___ index for every relation that makes up the database.
- A-I
- A-G
- A-U
- A-Z
Answer: D) A-Z
Explanation:
In relational databases, a data dictionary is similar to the A-Z index for every relation that makes up the database.
Discuss this Question
3. What are the types of information a system must store?
- Relations Names
- Each relations attributes names
- Attributes domains and lengths
- All of the above
Answer: D) All of the above
Explanation:
The types of information a system must store -
- Relations Names
- Each relations attributes names
- Attributes domains and lengths
Discuss this Question
4. Accordingly, the following data is also kept by the system based on users:
- Authorized users name
- Information about users' accounts and authorizations.
- Information relating to user authentication, such as passwords.
- All of the above
Answer: D) All of the above
Explanation:
Accordingly, the following data is also kept by the system based on users:
- Authorized users name
- Information about users' accounts and authorizations.
- Information relating to user authentication, such as passwords.
Discuss this Question
5. ___ data about the relationships may also be stored in the system.
- Statistical
- Descriptive
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
Statistical and descriptive data about the relationships may also be stored in the system.
Discuss this Question
6. Storage organization may also be stored in a system, be it ___.
- Sequential
- Hash
- Heap
- All of the above
Answer: D) All of the above
Explanation:
Storage organization may also be stored in a system, be it sequential, hash, or heap.
Discuss this Question
7. The data ____ stores the names of files that contain relations if they are stored in the files of the operating system.
- Dictionary
- Independency
- Storage
- System
Answer: A) Dictionary
Explanation:
The data dictionary stores the names of files that contain relations if they are stored in the files of the operating system.
Discuss this Question
8. In the case where the database stores all the relationships in a single file, the data dictionary notes each record in a/an ____ and stores the blocks containing the records in a data structure similar to that.
- Array
- Linked List
- Stack
- Queue
Answer: B) Linked List
Explanation:
In the case where the database stores all the relationships in a single file, the data dictionary notes each record in a linked list and stores the blocks containing the records in a data structure similar to that.
Discuss this Question
9. The information about the ___ of the relations is also stored in data dictionary.
- Array
- Logs
- Indexes
- None
Answer: C) Indexes
Explanation:
The information about the indexes of the relations is also stored in data dictionary.
Discuss this Question
10. Underlines are used in data dictionary fields to indicate that they contain ____ keys.
- Primary
- Foreign
- Alternate
- Composite
Answer: A) Primary
Explanation:
Underlines are used in data dictionary fields to indicate that they contain primary keys.
Discuss this Question