I am working on creating a leave management system. The system should:
1) Leave ID (Primary key)
2) Employee ID (is a lookup from the employee table)
3) Store Employee name (is a lookup from the employee table)
2) Store employee start date (is a lookup from the employee table)
3) Store current...