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 […]