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
- 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 deleted
- Create a new Table BOOK_PRICING containing 3 columns ISBN, Cost, CatCode by selecting these columns from the existing BOOK table.
- In the Book_Pricing Table, add the primary key constraint on the field ISBN. Make sure to give a name to the constraint.
- In the Book_Pricing Table, add the foreign key constraint on the field CatCode which reference CATEGORY table.
- 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 ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get StartedRecommended Textbook for
Introductory Statistics
Authors: Prem S. Mann
8th Edition
9781118473986, 470904100, 1118473981, 978-0470904107
Students also viewed these Databases questions
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
View Answer in SolutionInn App