Intro to Relational Model
Example of a Instructor Relation속성(Attributes): ID , name , dept_name , salary튜플(Tuples): 각 행/ (10101, Srinivasan, Comp. Sci., 65000) , …관계(Relation)은 테이블 형태로 표현한다.각 열은 속성, 각 행은 튜플위 테이블은 instructor(ID, name, dept_name, salary) 라는 관계 스키마(Relation Schema)를 따른다.Relation Schema and Instance관계 스키마 (Relation Schema)관계 스키마(R)는 테이블의 형태를 정의한다.A₁, A₂, ..., Aₙ은 속성들이라고 하자.R = (A₁, A₂, ..., Aₙ)은 관계 스키마(R)를 의..
2025. 3. 29.