엔티티(entity)는 다음과 같습니다.
1) 학과(dept)는 학과명(dept-name), 학과 위치(dept-loc), 대표전화(dept-tel), 학과장명(dept-chief-name)으로 인식한다.
2) 교수(prof)는 주민등록번호(id-no), 이름(name), 학위(degree), 주소(address)로 인식한다.
3) 학생(student)은 학번(stud-no), 이름(name), 주소(address)로 인식한다.
4) 동아리(circle)는 동아리명(circle-name), 동아리위치(location), 전화번호(tel-no)로 인식한다.
5) 자격증(certificate)은 일련번호(serial-no), 자격증명(cert-name), 취득일(get-date)로 인식한다.
관계(relationship)
1) 학과(dept)와 교수(prof) 간에 일대다 관계(d-p)
2) 학과(dept)와 학생(student) 간에 일대다 관계(d-s)