- Posted By: freeproject
- Comments: 0
Posted By freeproject on July 17, 2017
This ER (Entity Relationship) Diagram represents the model of Recruitment Officer System Entity. The entity-relationship diagram of Recruitment Officer System shows all the visual instrument of database tables and the relations between Users, Resumes, Placements, Registration etc. It used structure data and to define the relationships between structured data groups of Recruitment Officer System functionalities. The main entities of the Recruitment Officer System are Placements, Users, Company, Resumes, Skills and Registration.
Recruitment Officer System entities and their attributes :
- Placements Entity : Attributes of Placements are placement_id, placement_college_id, placement_student_id, placement_qualification, placement_type, placement_description
- Users Entity : Attributes of Users are user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
- Company Entity : Attributes of Company are company_id, company_name, comapny_type, company_description, company_address
- Resumes Entity : Attributes of Resumes are resume_id, resume_user_id, resume_name, resume_type, resume_description
- Skills Entity : Attributes of Skills are skill_id, skill_user_id, skill_name, skill_type, skill_description
- Registration Entity : Attributes of Registration are registration_id, registration_user_id, registration_name, registration_type, registration_number, registration_date, registration_description
Description of Recruitment Officer System Database :
- The details of Placements is store into the Placements tables respective with all tables
- Each entity ( Registration, Company, Skills, Users, Placements) contains primary key and unique keys.
- The entity Company, Skills has binded with Placements, Users entities with foreign key
- There is one-to-one and one-to-many relationships available between Skills, Resumes, Registration, Placements
- All the entities Placements, Skills, Company, Registration are normalized and reduce duplicacy of records
- We have implemented indexing on each tables of Recruitment Officer System tables for fast query execution.