Which statement best describes the purpose of the external schema in the three-schema architecture?
Think about which schema users interact with directly.
The external schema offers customized views for different users, showing only relevant data. It does not deal with physical storage or overall database structure.
What is the main function of the conceptual schema in the three-schema architecture?
Consider which schema represents the whole database logically.
The conceptual schema defines the logical structure and rules for the entire database, independent of physical storage or user views.
Which of the following best describes the internal schema in the three-schema architecture?
Think about where data is actually stored and how.
The internal schema deals with the physical storage of data, including file organization and indexing, unlike user views or logical relationships.
Which key difference correctly distinguishes the external schema from the conceptual schema?
Focus on user views versus overall database design.
The external schema offers different views tailored to users, while the conceptual schema represents the complete logical design of the database.
If the internal schema changes (for example, changing file storage methods), which of the following is true regarding the other schemas?
Consider the concept of physical data independence.
Changes in the internal schema do not affect the conceptual or external schemas because of physical data independence, allowing storage changes without impacting user views or logical design.