Why does Oracle not permit the use of PCTUSED with indexes?
No Answer is Posted For this Question
Be the First to Post Answer
Can you tell me how to add new column in existing views?how?How is possible?
how do u know the total no of rows in a table?
How to view the data files in the current database?
Can anyone give me information about oracle certification
How to pass parameters to procedures?
Is it possible to disable the parameter from while running the report ?
Does facebook use oracle?
What is ordinary table in oracle?
Why is oracle used?
9. Display the client name and order date for all orders using the JOIN . . . USING method.
What is flashback Query ? And Use ?
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.