hi friends,
I have a table A
col as
status|NUM
and value as
open |1
open |2
close |3
close |3
the O/P should be
open|close
1 |3
2 |4
What WHERE CURRENT OF clause does in a cursor?
Explain the concept of the DUAL table.
Write a simple Store procedure and pass parameter to it ?
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 to change program global area (pga) in oracle?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.
What is the best way to do multi-row insert in oracle?
what is exact difference between drop and truncate table.
4. Display the order number and client number from the ORDER table. Output the result in the format. Client <clientno> ordered <orderno>
List the types of joins used in writing subqueries?
What is a recycle bin in oracle?
how to select alphabets in a one column , for this the table name is PA_TASKS and column name is TASK_NUMBER, In TASK_NUMBER the data like this 1.1.3NN,1.1.4NN,1.5.1NN,1.3.2NE,1.5NN,1NN,1.2NE,1CE , For this i need to disply output as only NN,but not other alphabets, if NN is thre means i should display , otherwise leave that blank or empty Its some urgent requirement ,thanks in advance