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 645920. Using a set operator, display the client number of all clients who have never placed an order.
218221. 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.
209722. 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
201623. 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 540124. Display the order number for all orders whose average item cost is greater than the overall average item cost across all orders.
2 514625. Display the client number and the value of the highest value order placed by that client.
2 54401. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.
1 43352. Display the post code and the total number of purchase orders placed with creditors in that post code.
20623. Adapt your query in (2) above so that only post codes with more than twenty orders are displayed.
22044. Using a set operator, display the creditor number of all creditors who have ever been paid.
2 5123Post New Oracle General Questions
What do you mean by redo log file mirroring?
What is oracle join syntax?
What exactly do quotation marks around the table name do?
What are a query and state the different types of queries and their uses?
What are the different oracle database objects?
How to generate query output in html format?
How to define a sub function?
Can you create a synonym without having a table?
What is the difference between postgresql and oracle?
What is meant by joins?
How many data types are supported?
Explain alias?
What are the original export and import utilities?
How to get a list of all user accounts in the database?
How can we delete duplicate rows in a table?