Instances and Schemas


Abstraction in Computer Science


Levels of Data Abstraction

image.png

수준 설명
Physical level 데이터가 물리적으로 저장되는 방식 설명
Logical level 데이터 간 관계 및 구조 설명예: type professor = record (ID, name, dept, salary)
View level 특정 사용자가 접근 가능한 데이터만 보여줌(보안 및 단순화 목적)

Three-Level Architecture

Data Independence