Create an Employee Table with the following fields: Eno, ename, joiningdate, salary, job, commission, deptno
Automatic Script
| # SQL | |
| --- | |
| ## Question 1 | |
| **Create an Employee Table with the following fields: Eno, ename, joiningdate, salary, job, commission, deptno** | |
| `Automatic Script` | |
| ```sql |