0% found this document useful (0 votes)
27 views1 page

Payroll

The document contains the schema for an employee payroll database including tables for employee personal details, salaries, official details, and a log in table. The tables store employee identification details, names, addresses, salary components, deductions and employment start dates, departments, and manager assignments.
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 PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views1 page

Payroll

The document contains the schema for an employee payroll database including tables for employee personal details, salaries, official details, and a log in table. The tables store employee identification details, names, addresses, salary components, deductions and employment start dates, departments, and manager assignments.
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 PDF, TXT or read online on Scribd
You are on page 1/ 1

tblempsalary

emp_id VARCHAR(20)
emp_DMY VARCHAR(20)
emp_salary VARCHAR(20)
Indexes
tblsalaries
tblpersonal CategoryType INT(10)

emp_id VARCHAR(20) CategoryName VARCHAR(20)

emp_Fname VARCHAR(20) BasicPay DOUBLE

emp_Mname VARCHAR(20) DA DOUBLE

emp_Lname VARCHAR(20) tbllog HRA DOUBLE


WA DOUBLE
emp_FFname VARCHAR(20) emp_id VARCHAR(20)
GPF DOUBLE
emp_FMname VARCHAR(20) emp_username VARCHAR(20)
IT DOUBLE
emp_FLname VARCHAR(20) emp_password VARCHAR(20)
GIS DOUBLE
emp_address VARCHAR(20) emp_status VARCHAR(20) PF DOUBLE
emp_mobile VARCHAR(20) Indexes LIS DOUBLE
emp_email VARCHAR(20) DAAllowance DOUBLE
emp_dateofbirth VARCHAR(20) HRAAllowance DOUBLE
emp_pan VARCHAR(20) WAAllowance DOUBLE
Indexes GPFDeduction DOUBLE
ITDeduction DOUBLE
tblofficial GISDeduction DOUBLE
emp_id VARCHAR(20) PFDeduction DOUBLE
emp_doj VARCHAR(20) LISDeduction DOUBLE
emp_dept VARCHAR(20) Indexes

emp_branch VARCHAR(20)
emp_desg VARCHAR(20)
emp_manager_id VARCHAR(20)
Indexes

You might also like