Question: Chapter 8 : Joining Data from Multiple Tables 1 . Create a list that displays the title of each book and the name and phone
Chapter : Joining Data from Multiple Tables
Create a list that displays the title of each book and the name and phone number of the contact
at the publishers office for reordering each book.
SQL
Screen Shot
Determine which orders havent yet shipped and the name of the customer who placed the
order. Sort the results by the date on which the order was placed.
SQL
Screen Shot
Produce a list of all customers who live in the state of Florida and have ordered books about
computers.
SQL
Screen Shot
Chapter : Joining Data from Multiple Tables of
Introduction to Database and SQL ITC
Chapter : Joining Data from Multiple Tables
Determine which books customer Jake Lucas has purchased. Perform the search using the
customer name, not the customer number. If he has purchased multiple copies of the same book,
unduplicate the results.
SQL
Screen Shot
Determine the profit of each book sold to Jake Lucas, using the actual price the customer paid
not the books regular retail price Sort the results by order date. If more than one book was
ordered, sort the results by profit amount in descending order. Perform the search using the
customer name, not the customer number.
SQL
Screen Shot
Which books were written by an author with the last name Adams? Perform the search using the
author name.
SQL
Screen Shot
Chapter : Joining Data from Multiple Tables of
Introduction to Database and SQL ITC
Chapter : Joining Data from Multiple Tables
What gift will a customer who orders the book Shortest Poems receive? Use the actual book
retail value to determine the gift.
SQL
Screen Shot
Identify the authors of the books Becca Nelson ordered. Perform the search using the customer
name.
SQL
Screen Shot
Display a list of all books in the BOOKS table. If a book has been ordered by a customer, also
list the corresponding order number and the state in which the customer resides.
SQL
Screen Shot
Chapter : Joining Data from Multiple Tables of
Introduction to Database and SQL ITC
Chapter : Joining Data from Multiple Tables
An EMPLOYEES table was added to the JustLee Books database to track employee
information. Display a list of each employees name, job title, and managers name. Use column
aliases to clearly identify employee and manager name values. Include all employees in the list
and sort by manager name
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
