Question: Modify the EMPLOYEE table so that JobClass column can store data up to two characters only. Modify the EMPLOYEE table so that EndDate column is

  1. Modify the EMPLOYEE table so that JobClass column can store data up to two characters only.

  1. Modify the EMPLOYEE table so that EndDate column is deleted

  1. Create a new Table BOOK_PRICING containing 3 columns ISBN, Cost, CatCode by selecting these columns from the existing BOOK table.

  1. In the Book_Pricing Table, add the primary key constraint on the field ISBN. Make sure to give a name to the constraint.

  1. In the Book_Pricing Table, add the foreign key constraint on the field CatCode which reference CATEGORY table.

  1. In the Book_Pricing Table, drop the foreign key constraint that you created in above question.

Step by Step Solution

3.37 Rating (141 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

1 Modify the EMPLOYEE table to limit the JobClass column to two characters sql ALTER TABLE EMPLOYEE ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!