What is open database communication (odbc) in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What suggestions do you have to reduce the network traffic?
how to select second mauximum value in a given table under salary column
difference between procedures and function?
What is oracle join syntax?
Please explain oracle left join with an example?
1) What is dense ranking? 2) Difference between Substring and Instring? 3) Case and Decode? 4) Pseudo column? 5) View vs Materialized views? 6) SQl performance tuning?
What is Rollback Segment ?
What is a database schema in oracle?
Explain what does a control file contain?
how to we delete a row using varray
does Oracle has only one table space?
I have a table like this Table Name:Products Productid Price 1 10 1 10 2 20 3 30 3 30 But i want to output like this. productid price 2 20. please replay me.