Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create reports containing the following details from the database: For EACH of the questions create TWO scripts, one using: a) traditional join with the WHERE

Create reports containing the following details from the database: For EACH of the questions create TWO scripts, one using: a) traditional join with the WHERE clause AND another one using: b) ANSI join with the JOIN keyword Q1 List the book title, publisher name, contact, and contact phone number for all computer books with a retail price under $100. Q2 List all book titles and the first and last names of the customer(s) who ordered each title. Be sure to show the titles of the books that were not ordered. Q3* List the names of anyone who has co-authored a book, along with the name of the co-author. Your list may contain two rows for two authors, e.g. Smith co-authored book XYZ with Jones, and Jones co-authored book XYZ with Smith. Order the list by the authors name. Do NOT include single-authored books. Could this be a time to use a self-join? Q4 Use the MINUS operator to list the publishers who have not published any cooking books. The MINUS operator will make this much easier. Q5 List the ISBN, title, author last name(s), retail price, and the promotional gift for all books. For books with multiple authors list both author's names but it is also OK if only one was provided.

image text in transcribed

CUSTOMERS Customer Lastname Firstname Email Address City State Zlp. Referred Region ORDERS Order Customer# Orderdate Shipdate Shipstreet Shipcity Shipstate Shipzip Shipcost ORDERITEMS Order# Item ISBN Quantity Paideach BOOKS BOOKAUTHOR AUTHOR ISBN AuthorID ISBN AuthorID Lname Title Fname Pubdate PublD Cost Retail Discount Category PUBLISHER PubID Name PROMOTION Contact Phone Gift 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 Administrator Make A Difference

Authors: Mohciine Elmourabit

1st Edition

B0CGM7XG75, 978-1722657802

More Books

Students also viewed these Databases questions

Question

What should project managers do to minimize risk?

Answered: 1 week ago

Question

Discuss the role of change as part of organizational planning.

Answered: 1 week ago

Question

13-1 How does building new systems produce organizational change?

Answered: 1 week ago

Question

13-4 What are alternative methods for building information systems?

Answered: 1 week ago