Answered step by step
Verified Expert Solution
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:
- 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.
- 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.
- 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.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started