Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Return the line_price per line_unit as QUANTITY with Product_ID, Line_unit, Line_price from ORDERLINE table. Return line_unit per line price as 'UNIT QUAN' with Product_ID, Line_unit,

  1. Return the line_price per line_unit as QUANTITY with Product_ID, Line_unit, Line_price from ORDERLINE table.
  2. Return line_unit per line price as 'UNIT QUAN' with Product_ID, Line_unit, and Line_price from ORDERLINE table.
  3. Return the Distinct CUS_Code from CUSTOMER table.

2.

1) List the P_Code, V_Code, and V_Name and include all products with no matching v_code.

2) List the P_Code, V_Code, and V_Name for all products and include all product rows (products without matching vendors) as well as all vendor rows (vendors without matching products)

3.

1) Return P_Descript, P_Price, and V_Code for vendor whose code is equals to 1031.

2) Return P_Descript, P_Price, and V_Code for vendor whose code is not equals to 1031.

3) Return P_Descript, P_Price, and V_Code for Product Price is equal to or less than 10.

4) Return P_Descript, P_Price, and INV_Date in which inventory stock dates occur on or after OCT 1, 2020.

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

Introduction to Operations Research

Authors: Frederick S. Hillier, Gerald J. Lieberman

10th edition

978-0072535105, 72535105, 978-1259162985

More Books

Students also viewed these Databases questions

Question

Describe Descartess views about reflex activity.

Answered: 1 week ago