Question
1. Create a NONCAT table with the structure shown in Figure 6-28. Figure 6-28 NONCAT Table Layout NONCAT COLUMN ITEM_ID DESCRIPTION ON_HAND CATEGORY PRICE
1. Create a NONCAT table with the structure shown in Figure 6-28. Figure 6-28 NONCAT Table Layout NONCAT COLUMN ITEM_ID DESCRIPTION ON_HAND CATEGORY PRICE TYPE CHAR CHAR DECIMAL CHAR DECIMAL LENGTH DECIMAL PLACES 4 30 4 3 6 0 2 NULLS ALLOWED? No DESCRIPTION Item ID (primary key) Item description Number of units on hand Item category Unit price 2. Insert into the NONCAT table the item ID, description, number of units on hand, category, and unit price from the ITEM table for each item that is not in category CAT.
Step by Step Solution
3.41 Rating (148 Votes )
There are 3 Steps involved in it
Step: 1
Step 1 1 CREATE TABLE NONCAT 3 2 ITEMID CHAR4 NOT NULL DESCRIPTION CHAR30 4 ONH...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
Concepts of Database Management
Authors: Philip J. Pratt, Mary Z. Last
8th edition
1285427106, 978-1285427102
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