How can we find out the duplicate values in an oracle table?
What are different Oracle database objects?
How to store pictures on to the database?
how to find out second largest value in the table
What is the best way to do multi-row insert in oracle?
How do I find the database name in oracle?
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.
A VIEWS takes memory in the database. If yes, how can u proove it? is there any way to display the size of views?
How to retrieve the count of updated rows?
What is a trigger and what are its types in oracle?
What is the usage of synonyms?
What is the difference between RBBMS & DBMS?
16. Display the order number, order line number and the shipping date. If the shipping date is null, display the string <not shipped yet>.