1.
TABLE DESIGN
1. Login_table
Description This table provides the username and passwords for the
Administrator, registered user to login to the system.
Attribute Description Type
Examples of values
UserId The unique id given to Varchar 1
each user
UserName Username of the Varchar A12345
administrator,
registered user or
company
Password Password of the Varchar 123
administrator,
registered user or
company
Type Type of the user- Int 1-administrator
administrator,
registered user or the 2- registered user
company
3-company
Status Status of the account Boolean True-enabled
False-disabled
UserId
Primary Key
1. Company_details
Description This table provides the details of the company. There is a unique
employer id.
Attribute Description Type
Examples of values
CompanyId The unique id given Varchar CMP01
to the company
CompanyName The name of the Varchar WIPRO
company
PhoneNumber Contact number of the Varchar 09745340112
company
0484-2765242
SiteAddress The site address of the Varchar www.fdgf.com
company
Email The email address of Varchar [email protected]
the company
CompanyType Type of the company Varchar IT
CompanyId
Primary Key
2. Post_names
Description This table provides the details of the posts which are vacant
Attribute Description Type
Examples of values
PostId The unique id given to Varchar SE1
the post
PostName The name of the post Varchar Software Engineer
PostDescription Description of the post Varchar
CompanyId The unique id given to Varchar CMP01
the company
Status Status of the post Varchar NO
whether it is vacant or
filled
PostId
Primary Key
3. Stream
Description This table provides the details of the stream of education
Attribute Description Type
Examples of values
StreamId The unique id given to Varchar CS1
the stream of
education
StreamName The name of the Varchar Computer Science
stream
StreamId
Primary Key
4. Qualification _details
Description This table provides the details of the qualification
Attribute Description Type
Examples of
values
QualificationId The unique id Varchar BSc01
given to the
qualification
Qualification Name of the Varchar BSc
qualification
StreamId Id of the Varchar CS1
stream(department)
QualificationId
Primary Key
5. Vacancy_details
Description This table provides the vacancy details of the company.
Attribute Description Type
Examples of
values
VacancyId Id of the vacancy Int 1
providing by the
company
CompanyId The unique id given Varchar EMP01
to the company
PostId The unique id given Varchar PST1
to the post
QualificationId Qualification needed Varchar B-tech, MCA
for the post
Percentage Percentage of marks Varchar 75
required
Salary Salary scale for the Int 13000
employees
VacancyNo Number of Int 44
vacancies
PostedDate Date on which the Date time 24-1-2011
vacancy details are
posted
LastDate Last date to apply Date time 4-6-2011
for the job
VacancyId
Primary Key
6. Personal_details
Description This table provides the personal details of the student.
Attribute Description Type
Examples of
values
StudentId The unique id given Varchar STD01
to the student
Name Name of the student Varchar Amritha
DOB Date of birth of the Int 25-11-1987
student
Gender Gender of the Varchar Female
student
PhoneNo Phone number of the Int 9746204410
student
E-mail Email address of the Varchar [email protected]
student
Address Address location of Varchar Calicut
the student
District Name of the district Varchar Kozhikode
where the student
resides
Nationality Nationality of the Varchar Indian
student
StudentId
Primary Key
7. Question_pattern
Description This table provides the details of the stream of education
Attribute Description Type
Examples of values
PatternId A unique pattern id is Varchar P1
given to each question
paper based on job
pattern
Pattern Pattern Name Varchar QA1234
PatternId
Primary Key
8. Question_paper
Description This table provides the details of the question paper of the
online test.
Attribute Description Type
Examples of
values
QuestionPaperId The unique id given Varchar A101
to the question paper
PatternId A unique pattern id is Varchar Aa01
given to each
question paper
according to job
pattern
CompanyId Id of the company Int 123
PostId A unique id is given Varchar J23
to the Job
QuestionPaperId
Primary Key
9. Question
Description This table provides the details of the question paper of the
online test.
Attribute Description Type
Examples of
values
QuestionId The id given to each Varchar A
questions
QuestionPaperId The unique id given Varchar Q101
to the question paper
QuestionNo No of each questions Int 1
Question The question for the Varchar Fbghfbdbg?
test
CorrectAnswer Correct answer for Varchar Jghg
the question
QuestionId
Primary Key
10. Options
Description This table provides the details of the optional answers
Attribute Description Type
Examples of values
OptionId The unique id given to Varchar O1
Options
QuestionId A unique id is given to Varchar Q1
Question
Option The correct option for Varchar Jmhgdftyd
the question
OptionId
Primary Key
11. Results
Description This table provides the details of the result of the recruitment
Attribute Description Type
Examples of values
ResultId Unique id for each Int 1
result
StudentId The unique id given to Varchar STD01
the student
CompanyId A unique id is given to Varchar CMP01
the company
PostId The unique id given to Varchar SE01
the post
Date Elected date of the Date time 2-5-2011
candidate
ResultId
Primary Key
12. Skills
Description This table provides the details of the skills required by the
students
Attribute Description Type
Examples of values
SkillId The unique id given to Varchar S1
each skill
SkillName Name of the skill Varchar Java
SkillId
Primary Key
13. Student_skills
Description This table provides the details of the skills of the students
Attribute Description Type
Examples of values
StudentId The unique id given to Varchar STD001
the student
SkillId A unique id is given to Varchar S1
each skill
PostId The unique id given to Varchar Jmhgdftyd
the post
Primary Key
14. Educational_details
Description This table provides the details of the education
Attribute Description Type
Examples of
values
StudentId The unique id given Varchar STD001
to the student
QualificationId A unique id is given Varchar MSc01
the qualification
Percentage Percentage of marks Int 78
the student secured
YearOfPassing The year when the Int 2011
student passed out
BoardUniversity The University Varchar MG University
under which the
student completed
the course
Proof Proof Of the current file ---
qualification
Primary Key
15. Vacancy_location
Description This table provides the details of the qualification
Attribute Description Type
Examples of
values
LocationId The unique id given to Varchar L1
the location
PostId Unique id of the post Varchar SE01
Location Location name Varchar Calicut
LocationId
Primary Key