What are nested tables?
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.
Explain the use of constraints option in exp command.
Explain the family trees and connection by clause
How to restrict the duplicate records in table valuesets
What is the sid in oracle?
Explain the use of compress option in exp command.
What is tablespace in oracle? how can we create? how is it manage? . . . Thnx 2 All in Advnc....:)
What is a shared pool?
find out first highest salary?
10 Answers Verinon Technology Solutions,
What do you mean by merge in oracle and how can we merge two tables?
What is key preserved table?
There is a big table with "n" of rows and 40 + columns .It doesn't have primary key.How do you select the primary key. In other words how do you get the duplicate records.