Why we use bulk collect in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between number and binary_float in oracle?
How to store only time; not date and time?
What are the restrictions in a oracle read only transaction?
How does oracle handle read consistency?
Explain table?
What is a synonym? What are its various types?
what are views?
How view is different from a table?
How to connect to a remote server?
26. Display the earliest shipping date in the format: DD/MON/YYYY
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
I have a table emp. There is only one column in the table. In that , there are only three rows in that column. The value in the first row is 'A' and the value in the second row is 'B' and the third row is 'C'. Now, my question is , How will you write a select query to display the output as B C A Note: order by cannot be used coz it gives us output as CBA. But the output should be BCA.