0
0
DBMS Theoryknowledge~5 mins

Three-schema architecture (external, conceptual, internal) in DBMS Theory - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the purpose of the external schema in the three-schema architecture?
The external schema defines how individual users or user groups view the data. It customizes the database view to meet different user needs without changing the actual data.
Click to reveal answer
beginner
Define the conceptual schema in the three-schema architecture.
The conceptual schema represents the overall logical structure of the entire database. It hides physical details and shows what data is stored and the relationships among data.
Click to reveal answer
beginner
What does the internal schema describe in the three-schema architecture?
The internal schema describes how data is physically stored in the database, including file structures, indexes, and storage details.
Click to reveal answer
intermediate
Why is the three-schema architecture important in database management?
It separates user views, logical structure, and physical storage, allowing changes in one layer without affecting others. This improves data independence and flexibility.
Click to reveal answer
beginner
Match the schema to its description: External, Conceptual, Internal.
External schema: User-specific views.<br>Conceptual schema: Overall logical structure.<br>Internal schema: Physical storage details.
Click to reveal answer
Which schema in the three-schema architecture defines the physical storage of data?
AInternal schema
BConceptual schema
CUser schema
DExternal schema
What does the conceptual schema primarily represent?
AOverall logical structure of the database
BUser-specific views of data
CPhysical storage details
DBackup and recovery procedures
Why is the external schema important?
AIt manages database security
BIt controls physical storage
CIt defines the entire database structure
DIt provides customized views for different users
Which of the following is NOT a benefit of the three-schema architecture?
AData independence
BDirect access to physical storage by users
CImproved user customization
DFlexibility in database design
In the three-schema architecture, changes to the internal schema usually do NOT affect which schema?
AInternal schema
BConceptual schema
CBoth conceptual and external schemas
DExternal schema
Explain the roles of the external, conceptual, and internal schemas in the three-schema architecture.
Think about who uses each schema and what they see or manage.
You got /3 concepts.
    Why does the three-schema architecture help in achieving data independence?
    Consider how changes in one layer do not force changes in others.
    You got /3 concepts.