IT/Database 썸네일형 리스트형 2. Introduction to the Relational Model * Tip. database 4대 원칙 Atomicity, Consistency, Isolation, Durability( 원자성, 일관성, 고립성, 지속성) Relational database is called by table database - because all of data in tableit composed attribute( or columns ), Tuples ( or rows ) Attribute TypesThe set of allowed values for each attribute is called the domain of the attribute하나의 attribute는 동일한 성격의 값(Domain)만 갖겠다. Attribute values are normally required .. 더보기 1. database Introduction (Classic view) Database Management system database-management system is collection of interrelated data Goal is provide a way of to store and retrieve (검색) databases information conveniently and efficiently( 메모리에 다 담을 수 없는 대량의 필요한 자료를 빠르게 저장하고 읽어들일 수 있는 시스템 이것이 database의 역할) Why we need a database system? not file system File - 1 dimension bite array. File system can cause problem. 1. data redundancy and incon.. 더보기 이전 1 다음