Write a query to display the book title, year, and subject for every book. Sort the results by book subject in ascending order, year in descending order, and then title in ascending order (Partial results are shown in Figure P7.64). BOOK, TITLE BOOK SUBJECT BOOK YEAR Capture the Cloud 2016 Cloud Starlight Applications 2016 Cloud Cloud-based Mobile Applications 2015 Cloud Database in the Cloud 2014 Cloud Beyond the Database Veil 2016 Database what You Always Wanted to Know About Database, But Were Afraid to Ask 2016 Database DATABASES in Theory 2015 Database Mastering the database environment 2015 Database Reengineering the Middle Tier 2016 Middleware The Golden Road to Platform independence 2016 Middleware Figure 7.64
Write a query to display the book title, year, and subject for every book. Sort the results by book subject in ascending order, year in descending order, and then title in ascending order (Partial results are shown in Figure P7.64). BOOK, TITLE BOOK SUBJECT BOOK YEAR Capture the Cloud 2016 Cloud Starlight Applications 2016 Cloud Cloud-based Mobile Applications 2015 Cloud Database in the Cloud 2014 Cloud Beyond the Database Veil 2016 Database what You Always Wanted to Know About Database, But Were Afraid to Ask 2016 Database DATABASES in Theory 2015 Database Mastering the database environment 2015 Database Reengineering the Middle Tier 2016 Middleware The Golden Road to Platform independence 2016 Middleware Figure 7.64
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question

Transcribed Image Text:Problem 64
Write a query to display the book title, year, and subject for every book. Sort the
results by book subject in ascending order, year in descending order, and then title
in ascending order (Partial results are shown in Figure P7.64).
BOOK TITLE
BOOK YEAR
BOOK SUBJECT
Capture the Cloud
2016
Cloud
Starlight Applications
2016
Cloud
Cloud-based Mobile Applications
2015
Cloud
Database in the Cloud
2014
Cloud
Beyond the Database Veil
2016
Database
what You Always Wanted to Know About Database, But Were Afraid to Ask
2016
Database
DATABASES in Theory
2015
Database
Mastering the database environment
2015
Database
Reengineering the Middle Tier
2016
Middleware
The Golden Road to Platform independence
2016
Middleware
Figure 7.64

Transcribed Image Text:Database Schema
The schema for the Ch07_FACT database is shown below and should be used to answer the
next several problems. Click this image to view it in its own tab.
FIGURE P7.56 THE CH07_FACT ERD
CHECKOUT
PATRON
PK
Check Num
PK Pat ID
FK1 Book_Num
FK2 Pat_ID
Check_Out_Date
Check_Due_Date
Check_In_Date
>0-----H-
Pat_FName
Pat LName
Pat_Type
BOOK
AUTHOR
PK
Book_Num
PK Au ID
Book_Title
Book_Year
Book_Cost
Book_Subject
FK1 Pat_ID
Au_FName
Au_LName
Au_BirthYear
WRITES
PK,FK1 Book Num
PK,FK2 Au ID
The CIS Department at Tiny College maintains the Free Access to Current Technology (FACT)
library of e-books. FACT is a collection of current technology e-books for use by faculty and
students. Agreements with the publishers allow patrons to electronically check out a book,
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education