Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

4) Insert a new invoice record into the invoices table. Choose relevant values for the fields. 5) Delete the invoice inserted in Problem 4. You

image text in transcribed

4) Insert a new invoice record into the invoices table. Choose relevant values for the fields. 5) Delete the invoice inserted in Problem 4. You can use the values you have chosen in Problem 4 to locate the record. 6) List the vendors who have a zip code that is common with at least another vendor. Create proper aliases for column headings to return the vendor's name and zip code. Sort the result table in ascending order of vendor zip code and make sure there are no duplicate rows. 7) Find the top 5 line items with the largest line_item_amount that belongs to vendor "Federal Express Corporation". Return the vendor name, invoice number and line_item_amount of these 5 items. 8) Select all vendors who have not submitted an invoice. Return a result table that contains the vendor's name and city. Sort by vendor name in descending order. 4) Insert a new invoice record into the invoices table. Choose relevant values for the fields. 5) Delete the invoice inserted in Problem 4. You can use the values you have chosen in Problem 4 to locate the record. 6) List the vendors who have a zip code that is common with at least another vendor. Create proper aliases for column headings to return the vendor's name and zip code. Sort the result table in ascending order of vendor zip code and make sure there are no duplicate rows. 7) Find the top 5 line items with the largest line_item_amount that belongs to vendor "Federal Express Corporation". Return the vendor name, invoice number and line_item_amount of these 5 items. 8) Select all vendors who have not submitted an invoice. Return a result table that contains the vendor's name and city. Sort by vendor name in descending order

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Database Processing Fundamentals Design And Implementation

Authors: KROENKE DAVID M.

1st Edition

8120322258, 978-8120322257

Students also viewed these Databases questions

Question

What is DDL?

Answered: 1 week ago