
- Overview * Traditional database applications : textual or numeric 정보를 저장 * Multimedia databases : images, audio clips, video streams를 저장 * Geogra

- Data Models * Data abstraction, 데이터 추상화 DBMS의 구현 세부사항을 숨기고(suppression), 중요 기능을 강조 * Data Model DB의 structure를 설명하기 위한 개념들의 집합, 이러한 구조를 조작하는 operations(작업), DB가 따라야 할 특정 constraints(제약 조건)을 의미 C...

Entity Relationship (ER) DiagramsUse of Design Tools in industry for designing and documenting large scale designsThe UML (Unified Modeling Language)

관계(Relation)는 집합의 개념에 기반한 수학적 개념이 모델은 IBM 연구소의 Dr. E.F. Codd에 의해 처음 제안되었으며, 다음 논문에서 소개됨"A Relational Model for Large Shared Data Banks," Communication

- Basic SQL SQL은 관계형 데이터베이스가 상업적으로 성공할 수 있었던 주요 이유 중 하나 ** 데이터 정의(Data Definition) : 테이블과 스키마를 생성하고 구조를 정의 (e.g., CREATE TABLE) 데이터 조작(Data Manipulat