Вы находитесь на странице: 1из 4

TABLE:-1 TABLE NAME:-TbCandidate

S. NO
1 2 3 4 5 6 7 8 9 10 11 12

COLUMN NAME
CanNum CanUid CanFatNam CanMotNam CanConNum CanStaNum CanCitNum CanAdd CanCon CanEma CanUsrNam CanUsrPass

DATA TYPE
int varchar(50) varchar(50) varchar(50) int int int varchar(50) int varchar(50) varchar(50) varchar(50)

KEY TYPE
Primary Key -

DESCRIPTION
Candidates unique number Candidates user ID Candidates father name Candidates mother name Candidates country name Candidates state name Candidates city name Candidates address Candidates contact number Candidates email ID Candidates user name Candidates password

TABLE:-2 TABLE NAME:-TbCity

S. NO
1 2 3

COLUMN NAME
CitNum CitNam CitStanum

DATA TYPE
int Varchar(50) int

KEY TYPE
Primary key -

DESCRIPTION
Unique number of the city Name of the city Number of the state to which the city belongs

TABLE:-3 TABLE NAME:-TbCountry

S. NO
1 2

COLUMN NAME
ConNum ConNam

DATA TYPE
int Varchar(50)

KEY TYPE
Primary key -

DESCRIPTION
Unique number of the country Name of the country to which candidate belongs

TABLE:-4 TABLE NAME:-TbDesignation

S. NO COLUMN NAME
1 2 DesNum DesNam

DATA TYPE
int Varchar(50) -

KEY TYPE
Primary key

DESCRIPTION
Unique number of the Designation of the user Name of the designation of the user

TABLE:-5 TABLE NAME: - TbEmployee

S. NO
1 2 3 4 5 6 7 8 9 10

COLUMN NAME
EmpNum EmpNam EmpUid EmpConNum EmpStaNum EmpCitNum EmpAdd EmpMob EmpEma EmpDesNum

DATA TYPE
int varchar(50) varchar(50) int int int varchar(50) int varchar(50) int

KEY TYPE
Primary Key -

DESCRIPTION
Employees unique number Employees name Employees User ID Employees country number Employees state number Employees state number Employees address Employees mobile number Employees Email ID Employees designation number

TABLE:-6 TABLE NAME: - TbLogin

S. NO
1 2 3 4 5

COLUMN NAME
LogNum LogEmpNum LogTypNum LogNam LogPas

DATA TYPE
int int int varchar(50) varchar(50)

KEY TYPE
Primary Key -

DESCRIPTION
Login unique number Employee number logging in Number of login type Login name Login Password

TABLE:-7 TABLE NAME:-TbLoginType

S. NO COLUMN NAME
1 2 LogTypNum LogTypNam

DATA TYPE
int Varchar(50)

KEY TYPE
Primary key -

DESCRIPTION
Number of the login type Name of the login type

TABLE:-8 TABLE NAME: - TbQuestion

S. NO
1 2 3 4 5 6 7 8 9 10

COLUMN NAME
QueId QueNum QueQue QueAns QueAnsOpt1 QueAnsOpt2 QueAnsOpt3 QueAnsOpt4 QueCorAns QueTesNum

DATA TYPE
int int varchar(50) varchar(50) varchar(50) varchar(50) varchar(50) varchar(50) varchar(50) int

KEY TYPE
Primary Key -

DESCRIPTION
Id of the Question Number of the question Particular Question Answer of the question 1st option to the question 2nd option to the question 3rd option to the question 4th option to the question Correct answer of the question Number of the test to which this question belongs

TABLE:-9 TABLE NAME:-TbState

S. NO
1 2 3

COLUMN NAME
StaNum StaNam StaConNum

DATA TYPE
int Varchar(50) int

KEY TYPE
Primary key -

DESCRIPTION
Unique number of the state Name of the state Number of the country to which the state belongs

TABLE:-10 TABLE NAME: - TbTest

S. NO
1 2 3 4 5 6 7 8

COLUMN NAME
TesNum TesUid TesNam TesDat TesDur TesOpeTim TesCloTim TesEmpNum

DATA TYPE
int int varchar(50) varchar(50) varchar(50) varchar(50) varchar(50) int

KEY TYPE
Primary Key -

DESCRIPTION
number of the test Id of the Test Name of the test Date of the test Duration of the test Opening time of the test Closing time of the test Number of the Employee of the test

TABLE:-11 TABLE NAME: - TbCanForTest

S. NO
1 2 3 4 5 6 7

COLUMN NAME
CanForTestUid CanNum CanTestNum CanTestAns CanTestFinSco CanTestRes TesStaTim

DATA TYPE
int int int varchar(50) int varchar(50) Int

KEY TYPE
Primary key Foreign key Foreign key -

DESCRIPTION
-

Вам также может понравиться