1. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetical order.
2 63712. Display the item number and total cost for each order line (total cost = no of items X item cost). Name the calculated column TOTAL COST.
2 47994. Display the order number and client number from the ORDER
table. Output the result in the format. Client
5. Display full details from the ORDER_LINE table where the item number is (first condition) between 1 and 200 (no > or < operators) OR the item number is greater than 1000 AND (second condition) the item cost is not in the list 1000, 2000, 3000 OR the order number is not equal to 1000.
3 502710. Display the client number, order date and shipping date for all orders where the shipping date is between three and six months after the order date.
3 683811. Display the client number and name and the client number and name of the person who referred that client.
233914. Display the item_cost and then round it to the nearest hundred, ten, unit, tenth and hundredth
1 559115. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
2291Post New Oracle General Questions
How do I recompile a procedure in oracle?
How to use subqueries with the exists operator in oracle?
How to view existing locks on the database?
How to create a new table in oracle?
What is a schema in oracle?
When do you get a .pll extension in oracle? Explain its importance
What is Trigger in Oracle?
What is the quickest way to fetch the data from a table?
What is the exact use of Collections?
How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.
What is a package in oracle?
What to do if dba lost the system password?
Why is oracle so popular?
How can we force the database to use the user specified rollback segment?
What is object data modeling?