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 DLcontentOracle Public DatabasesSP DB to get access to the SP database. This database consisted of 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 : LIST the Book code and book type for thoes books published by the publishercode JP
SELECT bookcode, TYPE
FROM book
WHERE publishercodeJP;
BOOK TYP
MYS
PSY
MYS
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
