How to write a query with a right outer join in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How oracle handles dead locks?
How to concatenate two text values in oracle?
What is oracle datasource?
How many data types are supported?
How to loop through data rows in the implicit cursor?
4. Display the order number and client number from the ORDER table. Output the result in the format. Client <clientno> ordered <orderno>
Why we choose emp number as primarykey?
How to pass a cursor variable to a procedure?
waht is the difference between primary key and super key?
Please explain oracle data types with examples?
ex. one table is having 1 column with 10 records , then how to display all the values in row wise ?
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