Question

27. Display item number, item name, and amount on hand for the items that have less than data by the on hand value. 28. Displ334 665 Rep RepNum LastName FirstName Street City State PostalCode Commission Rate 15 Campos Rafad 724 Vinca Dr. Grove CA 900

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1. Item#, Item Name,less than 20 items

Select itemNum, Description from item

where onhand <20

order by onhand

2. Total handon for each category

select category, count(*) from item

group by category

order by category

3. store house 2 or less than 20

select ItemNum, description,price from item

where handon<20 or storehouse =2

Add a comment
Know the answer?
Add Answer to:
27. Display item number, item name, and amount on hand for the items that have less...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • We are using, Oracle Database 11g Express Edition. use SQL and the TAL Distrutors database (see...

    We are using, Oracle Database 11g Express Edition. use SQL and the TAL Distrutors database (see figure 1-2 in chapter 1) to complete the following exercises. if directed to do so by your instructor, use the information provided with the chapter 3 exercises to print your output or save it to a document. 1. list the item number, description, and price for all items. 2. list all rows and columns for the complete ORDERS table. 3. list the names of...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT