semis table

Embed Size (px)

Citation preview

  • 8/7/2019 semis table

    1/13

    1. TABLE DESIGN

    1. Login_table

    Description This table provides the username and passwords for theAdministrator, registered user to login to the system.

    Attribute Description TypeExamples of values

    UserId The unique id given to

    each user

    Varchar 1

    UserName Username of theadministrator,

    registered user or

    company

    Varchar A12345

    Password Password of theadministrator,

    registered user or

    company

    Varchar 123

    Type Type of the user-administrator,

    registered user or thecompany

    Int 1-administrator

    2- registered user

    3-company

    Status Status of the account Boolean True-enabled

    False-disabled

    Primary KeyUserId

  • 8/7/2019 semis table

    2/13

  • 8/7/2019 semis table

    3/13

  • 8/7/2019 semis table

    4/13

    3. Post_names

    Description This table provides the details of the posts which are vacant

    Attribute Description Type

    Examples of valuesPostId The unique id given to

    the post

    Varchar SE1

    PostName The name of the post Varchar Software Engineer

    PostDescription Description of the post Varchar

    CompanyId The unique id given to

    the company

    Varchar CMP01

    Status Status of the post

    whether it is vacant orfilled

    Varchar NO

    Primary KeyPostId

    4. Stream

    Description This table provides the details of the stream of education

    Attribute Description TypeExamples of values

    StreamId The unique id given to

    the stream of

    education

    Varchar CS1

    StreamName The name of thestream

    Varchar Computer Science

    Primary KeyStreamId

  • 8/7/2019 semis table

    5/13

    5. Qualification _details

    Description This table provides the details of the qualification

    Attribute Description Type

    Examples ofvalues

    QualificationId The unique idgiven to the

    qualification

    Varchar BSc01

    Qualification Name of the

    qualification

    Varchar BSc

    StreamId Id of the

    stream(department)

    Varchar CS1

    Primary Key QualificationId

  • 8/7/2019 semis table

    6/13

    6. Vacancy_details

    Description This table provides the vacancy details of the company.

    Attribute Description Type

    Examples ofvalues

    VacancyId Id of the vacancyproviding by the

    company

    Int 1

    CompanyId The unique id given

    to the company

    Varchar EMP01

    PostId The unique id given

    to the post

    Varchar PST1

    QualificationId Qualification neededfor the post

    Varchar B-tech, MCA

    Percentage Percentage of marksrequired

    Varchar 75

    Salary Salary scale for the

    employees

    Int 13000

    VacancyNo Number of

    vacancies

    Int 44

    PostedDate Date on which thevacancy details are

    posted

    Date time 24-1-2011

    LastDate Last date to apply

    for the job

    Date time 4-6-2011

    Primary KeyVacancyId

  • 8/7/2019 semis table

    7/13

    7. Personal_details

    Description This table provides the personal details of the student.

    Attribute Description TypeExamples of

    values

    StudentId The unique id given

    to the student

    Varchar STD01

    Name Name of the student Varchar Amritha

    DOB Date of birth of the

    student

    Int 25-11-1987

    Gender Gender of thestudent

    Varchar Female

    PhoneNo Phone number of the

    student

    Int 9746204410

    E-mail Email address of the

    student

    Varchar [email protected]

    Address Address location of

    the student

    Varchar Calicut

    District Name of the districtwhere the student

    resides

    Varchar Kozhikode

    Nationality Nationality of the

    student

    Varchar Indian

    Primary KeyStudentId

    mailto:[email protected]:[email protected]
  • 8/7/2019 semis table

    8/13

    8. Question_pattern

    Description This table provides the details of the stream of education

    Attribute Description TypeExamples of values

    PatternId A unique pattern id isgiven to each question

    paper based on job

    pattern

    Varchar P1

    Pattern Pattern Name Varchar QA1234

    Primary KeyPatternId

  • 8/7/2019 semis table

    9/13

    9. 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

    to the question paper

    Varchar A101

    PatternId A unique pattern id is

    given to each

    question paperaccording to job

    pattern

    Varchar Aa01

    CompanyId Id of the company Int 123

    PostId A unique id is given

    to the Job

    Varchar J23

    Primary KeyQuestionPaperId

  • 8/7/2019 semis table

    10/13

    10. 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

    questions

    Varchar A

    QuestionPaperId The unique id given

    to the question paper

    Varchar Q101

    QuestionNo No of each questions Int 1

    Question The question for the

    test

    Varchar Fbghfbdbg?

    CorrectAnswer Correct answer for

    the question

    Varchar Jghg

    Primary KeyQuestionId

    11. OptionsDescription This table provides the details of the optional answers

    Attribute Description TypeExamples of values

    OptionId The unique id given to

    Options

    Varchar O1

    QuestionId A unique id is given toQuestion

    Varchar Q1

    Option The correct option for

    the question

    Varchar Jmhgdftyd

    Primary KeyOptionId

  • 8/7/2019 semis table

    11/13

    12. Results

    Description This table provides the details of the result of the recruitment

    Attribute Description Type

    Examples of valuesResultId Unique id for each

    result

    Int 1

    StudentId The unique id given to

    the student

    Varchar STD01

    CompanyId A unique id is given tothe company

    Varchar CMP01

    PostId The unique id given to

    the post

    Varchar SE01

    Date Elected date of the

    candidate

    Date time 2-5-2011

    Primary KeyResultId

    13. Skills

    Description This table provides the details of the skills required by thestudents

    Attribute Description TypeExamples of values

    SkillId The unique id given to

    each skill

    Varchar S1

    SkillName Name of the skill Varchar Java

    Primary KeySkillId

  • 8/7/2019 semis table

    12/13

    14. Student_skills

    Description This table provides the details of the skills of the students

    Attribute Description TypeExamples of values

    StudentId The unique id given to

    the student

    Varchar STD001

    SkillId A unique id is given toeach skill

    Varchar S1

    PostId The unique id given to

    the post

    Varchar Jmhgdftyd

    Primary Key

  • 8/7/2019 semis table

    13/13

    15. Educational_details

    Description This table provides the details of the education

    Attribute Description Type

    Examples ofvalues

    StudentId The unique id givento the student

    Varchar STD001

    QualificationId A unique id is giventhe qualification

    Varchar MSc01

    Percentage Percentage of marks

    the student secured

    Int 78

    YearOfPassing The year when the

    student passed out

    Int 2011

    BoardUniversity The University

    under which thestudent completed

    the course

    Varchar MG University

    Proof Proof Of the current

    qualification

    file ---

    Primary Key

    16. Vacancy_location

    Description This table provides the details of the qualification

    Attribute Description TypeExamples of

    values

    LocationId The unique id given to

    the location

    Varchar L1

    PostId Unique id of the post Varchar SE01

    Location Location name Varchar Calicut

    Primary KeyLocationId