SQL Question
18.5 Write SQL queries for the books database (discussed in Section 18.3) that perform each of the following tasks: Select all authors from the Authors table with the columns in the order lastName, firstName and authorID. Select a specific author and list all books for that author. Include the title, year and ISBN number. Order the information alphabetically by title. Add a new author to the Authors table. Add a new title for an author (remember that the book must have an entry in the AuthorISBN table).
7 years ago
60
Answer(1)![blurred-text]()
![]()
Purchase the answer to view it

NOT RATED
- books.sql
- SQLQueries.sql
- Results.docx