You have created a database for employee management. The database has a table named Employees. The table has the following attributes:
Name -
Address -
Contact Number -
Designation -
You want to store the salary information for each employee. The database should also store salary history. How will you design the database so that you can query the last increment given to a particular employee?
Comments