ER Diagram (What to Draw in EdrawMax) You will draw 6 main entities: Entities and Key Attributes 1. Employer EmployerID (PK) CompanyName Email Phone Address 2. JobSeeker SeekerID (PK) FullName Email Phone Qualification Experience 3. Job JobID (PK) JobTitle JobType Salary Location EmployerID (FK) 4. Application ApplicationID (PK) SeekerID (FK) JobID (FK) ApplyDate Status 5. Interview InterviewID (PK) ApplicationID (FK) InterviewDate InterviewTime Result 6. Admin AdminID (PK) Username Password Relationships Employer posts Job (1 to Many) JobSeeker applies for Job (Many to Many through Application) Application has Interview (1 to 1 or 1 to Many) Admin manages all data You will draw: Rectangles for entities Ovals for attributes Diamond for relationships Primary keys underlined Foreign keys marked with (FK)
09.12.2025 10:24