Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

1 Modify the EMPLOYEE table to limit the JobClass column to two characters sql ALTER TABLE EMPLOYEE ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introductory Statistics

Authors: Prem S. Mann

8th Edition

9781118473986, 470904100, 1118473981, 978-0470904107

More Books

Students also viewed these Databases questions

Question

Management accounting deals only with costs do you agree? Explain.

Answered: 1 week ago

Question

Briefly explain Chebyshevs theorem and its applications.

Answered: 1 week ago