You are on page 1of 2

Customer details primary key: sno

Field Name Type Description


cname varchar(50) Customer name
sno bigint Serial Number
addr nchar(10) address
mno bigint Mobile no
nop int Number of system purchased
rps float Rate per system
dop datetime Date of purchased
war int Warranty

Employee details primary key : eid

Field Name Type Description


eid nvarchar(50) Employee ID
ename nvarchar(50) Employee Name
gen varchar(50) Gender
[add] nvarchar(50) Address
pno bigint Phone number
jd datetime Joined date
qu varchar(50) Qualification
desi varchar(50) Designation
exp nvarchar(50) Experience

Feed back primary key:mno

Field Name Type Description


Name varchar(50) Name
date datetime Date
eid nvarchar(50) Email ID
mno bigint Mobile number
mih nvarchar(MAX) May I help you

Reply primary key:eid

Field Name Type Description


eid nvarchar(MAX) Email ID
yn text Yes/No
mno bigint Mobile no

Salary details primary key:eid

Field Name Type Description


eid nvarchar(50) Employee ID
ename varchar(50) Employee name
bs float Basic salary
cps float Commission
nos int Number of system
tc float Total commission
np float Net pay

You might also like