Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Fill in the blank so the statement will determine which items Yash Randall has purchased. Use the first initial of the table as an alias.

Fill in the blank so the statement will determine which items Yash Randall has purchased. Use the first initial of the table as an alias. Perform the search using the customer name, not the customer number. Just enter the part that's missing. 

SELECT DISTINCT title, customer_first_name, customer_last_name, OD.item_id

FROM customers C JOIN orders O ON C.customer_id = O.customer_id

JOIN order_details OD ON O.order_id = OD.order_id

[Fill in the missing piece]

WHERE customer_first_name = 'Yash' AND customer_last_name = 'Randall'

ORDER BY item_id;

Step by Step Solution

There are 3 Steps involved in it

Step: 1

JOIN items I ON ODitemid Iitemid Explanation In order to determine whi... 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

College Algebra Graphs and Models

Authors: Marvin L. Bittinger, Judith A. Beecher, David J. Ellenbogen, Judith A. Penna

5th edition

321845404, 978-0321791009, 321791002, 978-0321783950, 321783956, 978-0321845405

More Books

Students also viewed these Databases questions