Question: Use SQL Developer to get the results for the following queries. This needs to be done in SQL. Please post the code for each question

Use SQL Developer to get the results for the following queries. This needs to be done in SQL. Please post the code for each question number.

  1. Display all the data (rows and columns) contained in the CUSTOMERS table.
  2. Display only the first and last names of the authors in the AUTHOR table.
  3. List all the categories of the books in the BOOKS table, but list each category only once.
  4. List the title and publication dates of the all the books in the BOOKS table in order by publication date.
  5. List the last names and first names of the customers in the CUSTOMERS table separated by a comma and a blank space, e.g. JONES, SARAH. Use a column alias "Customer Name" for the results.

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!