Skip to content

Instantly share code, notes, and snippets.

SQL


Question 1

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