Reduction to Relation Schemas ER model을 만들었다면 Relation Schema로 표현 할 줄 알아야 한다. 각각의 entity set과 relationship set은 unique schema가 있다. 각각의 schema는 unique name으로 이루어진 column들을 가지고 있다. Representing Entity Sets Strong entity set은 속성이 변하지 않고 schema가 된다. Weak entity set은 identifying strong entity set의 primary key를 포함하여 schema가 된다. ※예시 Strong entity set : course(course_id,title,credits) Weak entity set : ..