54. Write SQL command to create the EMPLOYEE table given above. Assume data types on your own and also assign primary key to the table.
Answers
Answered by
0
Answer:
The primary key for the employees table should be the employee number. Create a foreign key on the employees table that references the departments table based on the department_id field.
Explanation:
Similar questions