UNIT 5 -Three Levels of Schema (Three-Tier Architecture)

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

flashcard set

Earn XP

Description and Tags

pt 2

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

Physical/Internal Schema

Defines actual storage (files, indexes, access paths).

Lowest level of abstraction.

Example: store relations as unsorted files, create indexes for faster access.

2
New cards

Conceptual/Logical Schema

Describes structure of the database for the whole community of users.

Defines entities, attributes, relationships, security, and integrity.

Example: Students, Faculty, and Courses relations in a university database.

3
New cards

External/View Schema

Describes what a specific user or group sees.

Hides irrelevant details.

Multiple external views possible.

Example: Sales staff see only sales-related data.

4
New cards

Goals of Three-Schema Architecture

Users can view the same data differently (customized views).

Users don’t need to worry about physical storage details.

DBAs can change storage without affecting users.

Ensures independence between levels (data abstraction).