Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a query to list all fields and records from the product table. Do not list out the individual fields in the select portion of

Write a query to list all fields and records from the product table. Do not list out the individual fields in the select portion of your query.

Write a query to list the customer name and credit limit of customers who live outside of the US and have a credit limit of less than $10000.

Write a query to list the product id, product description and inventory value (number in inventory X wholesale price) for all products in the database. Name the new calculated field US_VALUE and sort the record in ascending order by product id.

Write a query that gives the number of customers who owe more than their credit limit allows. Label the field as LIMIT_OVER in your output.

Write a query that gives the total amount owed by all the customers represented by each sales rep. The output should be grouped by sales rep. The output should be grouped by the sales rep. Label the total amount field as OWED_TOTAL.

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_2

Step: 3

blur-text-image_3

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

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

12th edition

133544613, 978-0133544619

More Books

Students also viewed these Databases questions

Question

Which product is ordered most frequently?

Answered: 1 week ago

Question

What are the benefits of the use of a surrogate key?

Answered: 1 week ago