Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I am trying to figure out how to do some sql queries and I cant figure these out: Write a query to show the title

I am trying to figure out how to do some sql queries and I cant figure these out:

  1. Write a query to show the title and ISBN of each book in the books table. If the book has been ordered, show the order number and order date. Use the OUTER JOIN keywords to join the tables. Sort the titles in alphabetical order.
  2. Write a query to show the gift a customer will receive if he or she orders Holy Grail of Oracle. Use either the WHERE clause or a JOIN keyword to join the tables.
  3. Write a query to show the profit of each book sold to Jake Lucas. Calculate the profit by subtracting the cost from the paideach column in the orderitems table. Use one of the JOIN clauses to the join the tables.image text in transcribed
ORDERS CUSTOMERS Order Customer# Orderdate snipdate Shipstreet Shipcity Shipstate Shipzip Shipcost Customer# Lastname | Firstname Email Address Ci Sta Zip Referred Region BOOKAUTHOR AUTHOR BOOKS ISBN Title Pubdate PubID Cost ISBN AuthorlD AuthornD Lname Fname ORDERITE Order I tem# ISBN QuantityRetal Discount Category Paideach PUBLISHER PublD Name PROMOTION Contadt Phone Gft Minretail Maxretail

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 And Expert Systems Applications 23rd International Conference Dexa 2012 Vienna Austria September 2012 Proceedings Part 1 Lncs 7446

Authors: Stephen W. Liddle ,Klaus-Dieter Schewe ,A Min Tjoa ,Xiaofang Zhou

2012th Edition

3642325998, 978-3642325991

More Books

Students also viewed these Databases questions

Question

5-8 What are the advantages and disadvantages of the BYOD movement?

Answered: 1 week ago