Add Employee
add_employeeAdd a new employee to the database by supplying name, department, and salary. This inserts the employee record into the MySQL employees database.
Instructions
Adds a new employee
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| salary | Yes | ||
| department | Yes |