16. Display the order number, order line number and the
shipping date. If the shipping date is null, display the
string
18. Display the clientno and total value for all orders
placed by that client. Output the result in the following
format: Client
19. Display all clients whose name begins with the letter J or contains the letter M anywhere or contains E as the third letter.
2 634120. Using a set operator, display the client number of all clients who have never placed an order.
214721. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
204622. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
195723. Display the client name for all clients who have placed an order where any order line has more than 3 items. Do not use a table join anywhere in your query.
3 528024. Display the order number for all orders whose average item cost is greater than the overall average item cost across all orders.
2 503925. Display the client number and the value of the highest value order placed by that client.
2 53301. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.
1 42652. Display the post code and the total number of purchase orders placed with creditors in that post code.
20033. Adapt your query in (2) above so that only post codes with more than twenty orders are displayed.
21594. Using a set operator, display the creditor number of all creditors who have ever been paid.
2 5000Post New Oracle General Questions
What happens to the indexes if a table is recovered?
nw i'm doing MBA system and planning to do oracle,database management.tell me that whether it is useful r not?.refer any course for my carrier pls
State the difference between a primary key and foreign key?
is there a tool to trace queries, like profiler for sql server?
How to convert characters to times in oracle?
How a tablespace is related to data files?
How to use subqueries in the from clause in oracle?
How to do a full database export?
How to handle a single quote in oracle sql?
Why is oracle so popular?
How to create a table index?
How to divide query output into groups in oracle?
How many file formats are supported to export data?
Why does Oracle not permit the use of PCTUSED with indexes?
How do I manually uninstall oracle client?