Oracle General (1809)
Oracle DBA (Database Administration) (261)
Oracle Call Interface (OCI) (10)
Oracle Architecture (90)
Oracle Security (38)
Oracle Forms Reports (510)
Oracle Data Integrator (ODI) (120)
Oracle ETL (15)
Oracle RAC (93)
Oracle D2K (72)
Oracle AllOther (241) 22. 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 514425. Display the client number and the value of the highest value order placed by that client.
2 54391. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.
1 43312. Display the post code and the total number of purchase orders placed with creditors in that post code.
20613. 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 51195. Display full details for the creditor/s who has received the single largest payment. Do not use a table join or set operator anywhere in your query.
6 7898
How to concatenate two text values in oracle?
How to use "in out" parameter properly?
What are the various types of snapshots ?
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
How to create a new table by selecting rows from another table?
What are the restrictions in a oracle read only transaction?
What is the page protect in reports?
all steps of bitmap report?
How many types of cluster table in Oracle?
Explain the method to debug errors in an oracle application.
What are the differences between lov and list item?
Explain the use of log option in exp command.
what is a Nested Loop join?
What is merge statement used for?
Can we save images in a database and if yes, how?