Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use SQL Developer to execute each of the queries below. This needs to be done in SQL. Please post the code for each question number.
Use SQL Developer to execute each of the queries below. This needs to be done in SQL. Please post the code for each question number.
- Write a query that shows the titles, retail prices, and categories of books that sell for more than $10 but less than $35. Order the results in ascending order by retail price.
- Write a query that shows the title and ISBN of books that are NOT in the computer category.
- Write a query that lists the last name, first name, address, city, state, and zip for customers whose last names start with S.
- Write a query that displays the titles of books in the self help and fitness categories using the IN operator.
- Write a query that lists the order number and order date of each order that has not shipped.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started