1. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetical order.
2 62242. 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 46974. 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 488710. 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 669711. Display the client number and name and the client number and name of the person who referred that client.
227814. Display the item_cost and then round it to the nearest hundred, ten, unit, tenth and hundredth
1 550115. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
2247Post New Oracle General Questions
What is oracle data type?
How do we get field details of a table?
How many categories of data types in oracle?
Explain the use of grant option in exp command.
What is an oracle user account?
How to retrieve values from data fields in record variables?
What are the varoius components of physical database structure of oracle database?
How to execute a stored program unit?
What are advantages of dateset in datastage?
how to make an oracle object
what is the difference between restoring and recovering?
what is difference between sql plus and sql*plus? (not sql and sql plus).
How to change user password in oracle?
please explain.. DB architecture ...
What is private procedure oracle?