개체entity

Difference between r1.8 and the current

@@ -1,3 +1,6 @@
[[개체,entity]] [[엔티티,entity]] or [[엔터티,entity]]
https://www.gabormelli.com/RKB/Entity
----
'''엔티티, 엔터티, 개체,'''

An entity represents a real-world object or concept described in the [[database]].[* KU황인준 2022-03-21 17m]
@@ -24,14 +27,31 @@
collection of all entities of a particular entity type in the database at any point in time.
'''extension'''

//35m p23
key_attribute를 가지면
strong_entity
key_attribute를 가지지 않으면
weak_entity
= strong and weak entity =
[[strong_entity]]
자신의 key_attribute가 있는 entity type.
보통 말하는 entity type.[* 김정준 http://kocw.net/home/search/kemView.do?kemId=1335378 3. 5m]
표기: 일반 직사각형.
[[weak_entity]]
자신의 key_attribute가 없는 entity type.
Entity로 볼 수는 있지만, 다른 entity에 종속되어 해당 entity가 없다면 존재 하지 않는 종속성을 가지는 entity.[* 김정준 http://kocw.net/home/search/kemView.do?kemId=1335378 3. 5m]
Weak entity type: [[키속성key_attribute]]를 가지지 않은 entity type.
Always has a total_participation_constraint.[* 황인준 2022-04-20 p41]
표기: 이중 직사각형.
 
ER diagram에서 그냥 entity는 일반 사각형, weak entity는 이중 사각형.
WpEn:Weak_entity
그것의 속성(들)만으로 유일하게(uniquely) 부분되지 않는 entity - 그래서 [[외래키foreign_key]]...tbw
WpSimple:Weak_entity

[[key_attribute]](curr see [[속성attribute]], rel. [[키key]])를 정의 가능한가 여부에 따른건가? chk

Weak Entity Set in ER diagrams
@@ -41,7 +61,7 @@

----
Misc, etc
한국어가 비슷한 다른 단어: [[객체object]]
한국어가 비슷한 다른 단어: [[객체,object]]

Ref.
[[https://terms.naver.com/entry.naver?docId=3431116&ref=y&cid=58430&categoryId=58430 데이터베이스 개론: 개체]]



엔티티, 엔터티, 개체,

An entity represents a real-world object or concept described in the database.[1]
Ex. employee, project, department

개체 타입 entity type
: 개체를, 개체의 이름(하나)과 속성(하나 이상)으로 정의한 것
개체 인스턴스 (entity instance = entity occurrence)
개체 집합(entity set)
: 특정 개체 타입에 대한 개체 인스턴스들을 모아 놓은 것

개체entity속성attribute은 file 구조의 레코드record필드field 용어에 대응.

E-R diagram에선 사각형으로 표현.

릴레이션relation에서, 튜플tuple은 현실 세계의 개체entity를 표현.

// KU황인준 2022-04-20 28m p21
entity_type
같은 속성attributes들을 가진 개체entity들의 집합을 정의.
그것의 name과 attributes에 의해 기술됨.
schema, intension
entity_set
collection of all entities of a particular entity type in the database at any point in time.
extension

//35m p23
key_attribute를 가지면
strong_entity
key_attribute를 가지지 않으면
weak_entity

strong and weak entity

strong_entity
자신의 key_attribute가 있는 entity type.
보통 말하는 entity type.[2]
표기: 일반 직사각형.

weak_entity
자신의 key_attribute가 없는 entity type.
Entity로 볼 수는 있지만, 다른 entity에 종속되어 해당 entity가 없다면 존재 하지 않는 종속성을 가지는 entity.[3]
Weak entity type: 키속성key_attribute를 가지지 않은 entity type.
Always has a total_participation_constraint.[4]
표기: 이중 직사각형.

ER diagram에서 그냥 entity는 일반 사각형, weak entity는 이중 사각형.

WpEn:Weak_entity
그것의 속성(들)만으로 유일하게(uniquely) 부분되지 않는 entity - 그래서 외래키foreign_key...tbw
WpSimple:Weak_entity

key_attribute(curr see 속성attribute, rel. 키key)를 정의 가능한가 여부에 따른건가? chk



Misc, etc
한국어가 비슷한 다른 단어: 객체,object


Twins:
HashKr:엔티티

----