What is materialized view in Oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is the quickest way to fetch the data from a table?
Please explain the difference between outer join and inner join? With examples would be appreciable..!
Which is better Oracle or MS SQL? Why?
Can you use a commit statement within a database trigger?
What is a shared pool?
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.
What is tns name?
How to load a large xml file?
Describe the types of sub query?
what is reindexing?
how to we delete a row using varray
9. Display the client name and order date for all orders using the JOIN . . . USING method.