Question: Use the SP database ( D 2 L / content / Oracle Public Databases / SP DB ) to get access to the SP database.

Use the SP database (D2L/content/Oracle Public Databases/SP DB) to get access to the SP database. This database consisted of 3 tables and the data model (click) is in Oracle public database folder.
Your task is to answer the following questions. You must write the SQL statements (query) and Run the query against the tables in BOOK database. Paste your query in English, SQL command, and result into a notepad, word doc, or pdf using the following format
Question 1: LIST the Book code and book type for thoes books published by the publishercode 'JP'
SELECT book_code, TYPE
FROM book
WHERE publisher_code='JP';
BOOK TYP
0808 MYS
8720 PSY
9882 MYS

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!