Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Display the name, and address of persons who fail to provide their emails. The output should have column headings Name and Address , and respectively
Display the name, and address of persons who fail to provide their emails. The output should have column headings Name and Address and respectively display first name and last name separated by a space, and address and city separated by comma and space. marks, rows Compute the total number of books each publisher has published as Publisher role Output publisher full name together with its total number of published books, in decreasing order of total number of books. marks, rows Display publisher full name of all publishers that have never published edited any books at all. There should not be any duplicate records in your result. marks, rows a Write your query using the JOIN operator. b Write your query using an IN sub query. The dates in relation borrow are stored as REAL type data in Julian Days. Find out the books that were overdue for more than days when they were returned. Display book title, date of return, due date, and how many days were delayed from the due date. Display the dates in Australian date format. marks, rows Find out books that have never been borrowed. Display the book bookdescid, titles along with the year of publication, sorted by year of publication from newest to oldest. marks, rows a Write your query using an EXISTS NOT EXISTS sub query. b Write your query using an IN NOT IN sub query. Find out the borrowers who had borrowed or more books. Display borrower nameConcatenated first name and last name and the number of books borrowed. marks, rows Display the name of authors who have written most books. If there is more than one author with the equal highest number of written books, show them all. Your query should output full name of those authors. marks, rows Find out the authors who are sole workers, ie only work on their own and never cooperate with other people on books as coauthor, cotranslator, etc. Display authorID, author name first and last names, separated by a space under the column heading of "Author Name". There should not be any duplicate records in your result. This question is for ISYS only; not required for ISYS marks, rows Display the list of editors who have edited books on the subject "Communications". Your query should display publisher's full name. This question is for ISYS only; not required for ISYS
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