Question: For each problem: Write and execute an SQL query in Oracle Live SQL or your preferred Oracle SQL Editor Execute the following command: select sysdate,
For each problem:
Write and execute an SQL query in Oracle Live SQL or your preferred Oracle SQL Editor
Execute the following command: select sysdate, 'your name' from dual; where yourname is substituted with your name
Take a screenshot that includes both SQL statements and all results
Copy and paste the screenshot into a Word file containing your solutions
Assignment:
Display a list of all data contained in the BOOKS table.
List the title only of all books available in inventory, using the BOOKS table.
List the title and publication date for each book in the BOOKS table. Use the column heading Publication Date for the Pubdate field.
List the customer number for each customer in the CUSTOMERS table, along with the city and state in which the customer lives.
Create a list containing the publishers name, the person usually contacted, and the publishers telephone number. Rename the contact column Contact Person in the displayed results. Hint: Use the PUBLISHER table.
Determine which categories are represented in the current book inventory. List each category only once.
List the customer number from the ORDERS table for each customer who has placed an order with the bookstore. List each customer number only once.
Create a list of each book title stored in the BOOKS table and the category in which each book belongs. Reverse the sequence of the columns so that the category of each book is listed first.
Create a list of authors that displays the last name followed by the first name for each author. The last names and first names should be separated by a comma and a blank space.
List all information for each order item. Include an item total, which can be calculated by multiplying the Quantity and Paideach columns. Use a column alias for the calculated value to show the heading Item Total in the output.
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
