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 646420. Using a set operator, display the client number of all clients who have never placed an order.
218721. 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.
210822. 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
202223. 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 540624. Display the order number for all orders whose average item cost is greater than the overall average item cost across all orders.
2 515525. Display the client number and the value of the highest value order placed by that client.
2 54491. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.
1 43412. Display the post code and the total number of purchase orders placed with creditors in that post code.
20653. Adapt your query in (2) above so that only post codes with more than twenty orders are displayed.
22104. Using a set operator, display the creditor number of all creditors who have ever been paid.
2 5140Post New Oracle General Questions
How to put more than 1000 values into an oracle in clause?
can anyody please send me the dump for Oracle 10g certifications for DBA path?
How do we get field detail of a table?
How to increment dates by 1 in oracle?
How to select some rows from a table in oracle?
What is blob data type in oracle?
How to assign a tablespace to a users in oracle?
What is a trigger oracle?
How do we display rows from the table without duplicates?
What is oracle database 10g express edition?
What is an oracle table?
How to store pictures on to the database?
State some uses of redo log files?
How will you identify oracle database software release?
How much memory your 10g xe server is using?