The document describes an EC Database System project that involved creating an entity relationship diagram (ERD) and database for a school registration system. Key points:
- 10 entities were identified including School, Department, Professor, Student, etc.
- Relationships between entities like Department employs Professor and Student enrolls in Class were defined.
- The team created tables in 3rd normal form, inserted data into MySQL, and tested queries.
- Example queries included counting advising students per professor and classes offered per semester.