Computer Science, asked by s1044sachinkumar2843, 1 month ago

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 AditriChatterjee
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