Database Questions and Answers
Database Questions and Answers
### Questions
c) Design websites
2. The simplest DBMS architecture where all components reside on the same machine is called:
a) 2-tier architecture
b) 1-tier architecture
c) 3-tier architecture
d) N-tier architecture
a) Data storage
c) Database recovery
d) Network communication
a) Two-level approach
b) Four-schema architecture
c) Three-schema architecture
d) Unified model
5. Which data model organizes data in a tree structure with parent-child relationships?
6. The ANSI-SPARC architecture explicitly separates user applications from the physical database.
8. A conceptual schema represents the overall logical structure of a database for users.
9. The relational data model does not use tables to represent data.
10. Physical data independence ensures that changes in physical storage structures do not affect
11. The _________ data model is based on mathematical relations and represents data in tables.
12. The process of transforming requests and results between internal, external, and conceptual
14. The DBMS achieves data independence through the use of _________ architecture.
18. List the major types of data models described in the document.
### Answers
2. b) 1-tier architecture
4. c) Three-schema architecture
6. True
7. False
8. True
9. False
10. True
11. Relational
12. Mapping
14. Three-level
15. Node
16. Advantages include separation of user applications and the database, supporting program-data
17. Logical data independence means changes to the conceptual schema do not affect external
20. Disadvantages include complexity in implementation, lack of structural independence, and data
management problems.