Employee - Employees

The Employee table containing employee data for a company is described as follows:

where employee_id is an employee's ID number, name is their name, months is the total number of months they've been working for the company, and salary is their monthly salary.

Sample Input

Input Format

The EMPLOYEES table is described as follows:

Last updated

Was this helpful?