ER Diagram for Student-Course-Teacher Relationship
STUDENT ||--{ ENROLLS : takes ENROLLS { int grade date enrolled } COURSE ||--{ ENROLLS : taken by COURSE ||--|{ TEACHES : taught by TEACHER ||--|{ TEACHES : teaches STUDENT { string name string email } COURSE { string name string description } TEACHER { string name string email } TEACHES { date start date end }
原文地址: https://www.cveoy.top/t/topic/oyUX 著作权归作者所有。请勿转载和采集!