0% found this document useful (0 votes)
35 views3 pages

Indexes: Tblem PP Ers Onal

The document outlines the tables and columns that define the structure of a database to store personnel, login, personal, project, skillset, qualification, experience, requirement, and company information. It includes tables for personnel, login, personal details, projects, professional skillsets, qualifications, experiences, company requirements, and company details with relevant columns like names, dates, skills, and other attributes.

Uploaded by

Sudhakar Joshi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views3 pages

Indexes: Tblem PP Ers Onal

The document outlines the tables and columns that define the structure of a database to store personnel, login, personal, project, skillset, qualification, experience, requirement, and company information. It includes tables for personnel, login, personal details, projects, professional skillsets, qualifications, experiences, company requirements, and company details with relevant columns like names, dates, skills, and other attributes.

Uploaded by

Sudhakar Joshi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

tblEm pP ers onal

EmpId INT EmpFName VARCHAR(45) EmpMName VARCHAR(45) EmpLName VARCHAR(45) EmpFFName VARCHAR(45) EmpFMName VARCHAR(45) EmpFLName VARCHAR(45) EmpAddress VARCHAR(100) EmpMobile VARCHAR(45) EmpEmail VARCHAR(45) EmpDOB DATE EmpPAN VARCHAR(45) Indexes

tblLogin
EmpId INT Username VARCHAR(45) EmpPassword VARCHAR(45) EmpStatus VARCHAR(45) Indexes

tblP ers onal tblP roj ectDetails


ProjectId INT ProfId INT ProjectName VARCHAR(45) ProjectDescription VARCHAR(800) ProjectStartDate DATE ProjectEndDate DATE TechnologiesLanguages VARCHAR(100) ExperienceId INT Indexes ProfId INT ProfFName VARCHAR(45) ProfMName VARCHAR(45) ProfLName VARCHAR(45) ProfFFName VARCHAR(45) ProfFMName VARCHAR(45) ProfFLName VARCHAR(45) ProfAddress VARCHAR(100) ProfMobile VARCHAR(45) ProfEmail VARCHAR(45) ProfDOB DATE ProfPAN VARCHAR(45) ProfExpectedSalary DOUBLE Indexes

tblP rofSkillSet
ProfId INT OperatingSystem VARCHAR(45) Technologies VARCHAR(45) ScriptingLanguages VARCHAR(45) DB VARCHAR(45) Frameworks VARCHAR(45) TestingTools VARCHAR(45) OtherSkills VARCHAR(45) Indexes

tblP rofQualification
QualificationId INT ProfId INT QualificationName VARCHAR(45) Branch VARCHAR(45) YearOfPassing VARCHAR(45) UniversityBoard VARCHAR(45) CollegeInstitute VARCHAR(45) PerMarks DOUBLE Indexes

tblExperience ExperienceId INT


ProfId INT StartDate DATE EndDate DATE CompanyName VARCHAR(45) Location VARCHAR(45) Designation VARCHAR(45) JobProfile VARCHAR(45) SalaryPackage DOUBLE Indexes

tblRequirem entSkillSet

tblcom pany tblCom panyRequirem ents


CompanyId INT Experience INT SalaryOffered DOUBLE Qualification VARCHAR(45) Indexes CompanyId INT CompanyName VARCHAR(45) Address VARCHAR(100) City VARCHAR(45) State VARCHAR(45) Country VARCHAR(45) Pin VARCHAR(45) Phone VARCHAR(45) Email VARCHAR(45) Indexes

CompanyId INT OperatingSystem VARCHAR(45) Technologies VARCHAR(45) ScriptingLanguages VARCHAR(45) DB VARCHAR(45) Frameworks VARCHAR(45) TestingTools VARCHAR(45) OtherSkills VARCHAR(45) Indexes

You might also like