Question: Using SQL code, complete a **CREATE TABLE statement** for the following data: Use the simplest SQL code possible basically Table: Staff Field Name Data Type
Using SQL code, complete a **CREATE TABLE statement** for the following data: Use the simplest SQL code possible basically
| Table: Staff | ||
| Field Name | Data Type | Description |
| StaffID | VARCHAR | |
| StaffName | VARCHAR | |
| Position | VARCHAR | |
| Availability | VARCHAR | |
| Sex | CHAR | |
| DOB | DATE | |
| Salary | INT | |
| Tenure | VARCHAR | |
| PermitExp | DATE | |
| Shift | VARCHAR |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
