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 Zip Referred Region ORDERS Order# Customer# Orderdate Shipdate Shipstreet Shipcity Shipstate Shipzip Shipcost BOOKAUTHOR AUTHOR ISBN Authorld Authorld Lname Fname ORDERITEMS Order# Item# ISBN Quantity Paideach BOOKS s ISBN Title Pubdate PubID Cost Retail Discount > Category DUBLISHER PublD Name Contact Phone PROMOTION Gift Minretail Maxretail CUSTOMERS Customer Lastname Firstname Email Address City State Zip Referred Region ORDERS Order# Customer# Orderdate Shipdate Shipstreet Shipcity Shipstate Shipzip Shipcost BOOKAUTHOR AUTHOR ISBN Authorld Authorld Lname Fname ORDERITEMS Order# Item# ISBN Quantity Paideach BOOKS s ISBN Title Pubdate PubID Cost Retail Discount > Category DUBLISHER PublD Name Contact Phone PROMOTION 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 Modeling And Design

Authors: Toby J. Teorey, Sam S. Lightstone, Tom Nadeau, H.V. Jagadish

5th Edition

0123820200, 978-0123820204

Students also viewed these Databases questions

Question

Be familiar with the integrative servicescape model.

Answered: 1 week ago

Question

Determine the roles of spatial layout and functionality.

Answered: 1 week ago