Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 3

blur-text-image

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

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

7.1 Identify the steps in the target marketing process. pp. 234235

Answered: 1 week ago

Question

What is a three-tier architecture?

Answered: 1 week ago