Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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_2

Step: 3

blur-text-image_3

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

Data Visualization A Practical Introduction

Authors: Kieran Healy

1st Edition

0691181624, 978-0691181622

More Books

Students also viewed these Databases questions