subject

1. for every book authored by c. j. cherryh, show the isbn, title, and publication year. sort the books by title in alphabetical order.
2. show the total number of different books offered by the bookstore.
3. show the number of orders from customer 11 that have not yet been filled (order_filled is of yes/no
type, to compare simply do order_filled = yes or order_filled=no).
4. for every single author, show the author's name and the total number of units sold from that author. sort the results in order of the number of books, with the largest number of books appearing first. the number of books column should have the heading "units_sold".
5. for every single book, show the title and the total number of units of that book sold. the number of books column should have the heading "units_sold".
6. for each order placed on or after july 1, 2016, show the order number, order date, the customer first and last name, customer phone, and total cost of that order and whether it was filled or not.
7. show the list of authors corresponding to books ordered on or after may 2016. the query should show each author only once.
8. for each customer show the first name, last name, and total amount spent in books. sort the results alphabetically by last name, with customers having the same last name sorted alphabetically by first name.
9. modify the query above to show customers only from ny and that have spent at least $100 in books.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 03:10
Fill in the following program so that it will correctly calculate the price of the orange juice the user is buying based on the buy one get one sale.#include //main functionint main() { int cartons; float price, total; //prompt user for input information printf("what is the cost of one container of oj in dollars? \n"); scanf(" [ select ] ["%d", "%c", "%f", "%lf"] ", & price); printf("how many containers are you buying? \n"); scanf(" [ select ] ["%d", "%c", "%f", "%lf"] ", & cartons); if ( [ select ] ["cartons / 2", "cartons % 1", "cartons % 2", "cartons % price", "cartons / price", "cartons / total"] [ select ] ["=", "==", "! =", "< =", "> =", "< "] 0) total = [ select ] ["price * cartons", "cartons * price / 2 + price", "(cartons / 2) * price", "cartons / (2.0 * price)", "(cartons / 2.0) * price + price", "((cartons / 2) * price) + price"] ; else total = ((cartons / 2) * price) + price; printf("the total cost is $%.2f.\n", total); return 0; }
Answers: 2
question
Computers and Technology, 23.06.2019 07:30
What are ways to switch windows in excel? check all that apply. on the status bar, click the windows button, and then click the file name. on the task bar, click to display the excel jump list, and then click the file name. on the view tab, in the window group, click switch windows, and then click the file name. on the review tab, in the viewing group, click files, and then click the file name.
Answers: 1
question
Computers and Technology, 23.06.2019 19:30
Anul 2017 tocmai s-a încheiat, suntem trişti deoarece era număr prim, însă avem şi o veste bună, anul 2018 este produs de două numere prime, 2 şi 1009. dorel, un adevărat colecţionar de numere prime, şi-a pus întrebarea: “câte numere dintr-un interval [a,b] se pot scrie ca produs de două numere prime? “.
Answers: 1
question
Computers and Technology, 23.06.2019 21:30
Which of the following includes the three primary network access technologies? dsl, cable modem, broadband lan, wan, man voip, uc, iptv tcp/ip, ftp, dhcp
Answers: 2
You know the right answer?
1. for every book authored by c. j. cherryh, show the isbn, title, and publication year. sort the bo...
Questions
question
Mathematics, 14.06.2021 22:50
question
English, 14.06.2021 22:50
question
Mathematics, 14.06.2021 22:50
question
Mathematics, 14.06.2021 22:50
question
Mathematics, 14.06.2021 22:50
question
Mathematics, 14.06.2021 22:50
Questions on the website: 13722367