What is an oracle table?
No Answer is Posted For this Question
Be the First to Post Answer
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.
can any one help me with import/export options in oracle............
Explain the use of indexes option in exp command.
How to start an oracle instance?
What is a Shared SQL pool ?
What is bind variable in oracle 11g?
Give the advantages and disadvantages of clusters.
What is the difference difference between $ORACLE_HOME and $ORACLE_BASE.
What are the commands youd issue to show the explain plan for select
Can we use bind variables in oracle stored procedure?
What are virtual columns?
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?