Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ITSE 2309 Database Programming: Oracle Lab 6 Joining Data from Multiple Tables To perform these assignments, refer to the tables in the JustLee Books database.

ITSE 2309 Database Programming: Oracle

Lab 6 Joining Data from Multiple Tables

To perform these assignments, refer to the tables in the JustLee Books database. Generate and test two SQL queries for each of the following tasks:

the SQL statement needed to perform the stated task with the traditional approach,

the SQL statement needed to perform the stated task with the JOIN keyword. Apply table aliases in all queries.

4. 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, do not duplicate the results.

5. 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.

6. Which books were written by an author with the last name Adams? Perform the search using the author name.

7. What gift will a customer who orders the book Shortest Poems receive? Use the actual book retail value to determine the gift.

8. Identify the authors of the books Becca Nelson ordered. Perform the search using the customer name.

9. 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.

10. 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.

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

Murach's SQL Server 2012 For Developers

Authors: Bryan Syverson, Joel Murach, Mike Murach

1st Edition

1890774693, 9781890774691

More Books

Students also viewed these Databases questions

Question

Why do HCMSs exist? Do they change over time?

Answered: 1 week ago