QUESTION 5    Consider the following two tables:               Table1: Products   productID productName unitPrice entryDate expiryDate P1 Dell Laptop 350 16-10-2016 30-10-2016 P2 Apple mobile 420 17-02-2018 02-03-2018 P3 Samsung Mobile 330 20-08-2020 30-08-2020 P4 HP Printer 80 21-09-2019 05-10-2019 P5 Canon Printer 150 15-05-2020 20-06-2020   Table2: Orders   orderID Quantity Price productID 1 10 3300 P3 2 5 1800 P1 3 20 1600 P4 4 20 3000 P5 5 9 1100 P7 6 8 2250 P10       Draw three tables that can result by executing each of the following SQL statements. (Put your answer in a document word then upload it).   1. SELECT p. productName, p. unitPrice, p. expiryDate, o. Quantity, o. price               FROM Products AS p               INNER JOIN Orders AS o               ON p. productID = o. productID;   2. SELECT p. productName, p. unitPrice, p. expiryDate, o. Quantity, o. price               FROM Products AS p            LEFT OUTER JOIN Orders AS o   ON p. productID = o. productID;    3.  SELECT p. productName, p. unitPrice, p. expiryDate, o. Quantity, o. price               FROM Products AS p   RIGHT OUTER JOIN Orders AS o               ON p. productID = o. productID;

Np Ms Office 365/Excel 2016 I Ntermed
1st Edition
ISBN:9781337508841
Author:Carey
Publisher:Carey
Chapter4: Analyzing And Charting Financial Data
Section: Chapter Questions
Problem 3.15CP
icon
Related questions
Question

QUESTION 5

  1.    Consider the following two tables:

     

                Table1: Products

     

    productID

    productName

    unitPrice

    entryDate

    expiryDate

    P1

    Dell Laptop

    350

    16-10-2016

    30-10-2016

    P2

    Apple mobile

    420

    17-02-2018

    02-03-2018

    P3

    Samsung Mobile

    330

    20-08-2020

    30-08-2020

    P4

    HP Printer

    80

    21-09-2019

    05-10-2019

    P5

    Canon Printer

    150

    15-05-2020

    20-06-2020

     

    Table2: Orders

     

    orderID

    Quantity

    Price

    productID

    1

    10

    3300

    P3

    2

    5

    1800

    P1

    3

    20

    1600

    P4

    4

    20

    3000

    P5

    5

    9

    1100

    P7

    6

    8

    2250

    P10

     

     

     

    Draw three tables that can result by executing each of the following SQL statements. (Put your answer in a document word then upload it).

     

    1. SELECT p. productName, p. unitPrice, p. expiryDate, o. Quantity, o. price

     

                FROM Products AS p

     

                INNER JOIN Orders AS o

     

                ON p. productID = o. productID;

     

    2. SELECT p. productName, p. unitPrice, p. expiryDate, o. Quantity, o. price

     

                FROM Products AS p

     

             LEFT OUTER JOIN Orders AS o

     

    ON p. productID = o. productID

     

    3.  SELECT p. productName, p. unitPrice, p. expiryDate, o. Quantity, o. price

     

                FROM Products AS p

     

    RIGHT OUTER JOIN Orders AS o

     

                ON p. productID = o. productID

     

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Maintenance
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781305627482
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781285196145
Author:
Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage