Question: Write sql statement to answer following questions Author( AuthorNum, AuthorLast, AuthorFirst) Book( BookCode, Title, PublisherCode, Type, Price, Paperback) Branch(BranchNum, BranchName, BranchLocation, NumEmployees) Inventory(BookCode, BranchNum, OnHand)
Write sql statement to answer following questions
Author( AuthorNum, AuthorLast, AuthorFirst) Book( BookCode, Title, PublisherCode, Type, Price, Paperback) Branch(BranchNum, BranchName, BranchLocation, NumEmployees) Inventory(BookCode, BranchNum, OnHand) Publisher(PublisherCode, PublisherName, City) Wrote(BookCode, AuthorName,Sequence)
17. List all the publishers whose name starts with T.
18. List all of the Author information for all authors that have a double l in their name (ll).
19. List all the book titles that have a book code of 079x, 138x or 669x.
20. List each author last name, book title and publisher name, in alphabetic order of the publisher.
21. Choose any 2 of the above, and write the SQL statements differently. (10 points)
22. Looking at the tables, figure out another type of information a person who worked at Henry Books might be interested in. Write the question and the query and results to answer the question. (10 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
