1. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetical order.
2 64762. 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 49064. 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 511810. 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 695211. Display the client number and name and the client number and name of the person who referred that client.
238814. Display the item_cost and then round it to the nearest hundred, ten, unit, tenth and hundredth
1 565315. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
2352Post New Oracle General Questions
How to use "in" parameter properly?
What are oracle functions?
Explain the importance of .pll extension in oracle?
What is hash cluster in oracle?
What happens if recursive calls get out of control?
What is the meaning of recursive hints in oracle?
What is a proxy object?
Is primary key indexed by default in oracle?
What is set operator oracle?
How can Oracle users be audited?
Explain how you would restore a database using RMAN to Point in Time?
ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process
How to use "while" statements in oracle?
How do I escape a reserved word in oracle?
Explain the function of optimizer in oracle?