15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
20. Using a set operator, display the client number of all clients who have never placed an order.
21. 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.
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
What are the consideration at tehe migration of Oracle 9i to 10G.
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
What is the exact use of Collections?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....
can u plz provide me oca sql dumps please i need them
What is the Difference between the Person_Type_id column in the per_all_people_f and per_person_type_usages_f
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?