how many columns can a plsql table have
Answers were Sorted based on User's Feedback
Answer / abhishek tp
total 250 , 249 non clustered and 1 clustered
Is This Answer Correct ? | 1 Yes | 9 No |
What is the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN?
What do database buffers contain?
What is data file?
What is a subquery in oracle?
Explain rename?
What do you mean by merge in oracle and how can you merge two tables?
Explain a private synonyms?
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.
How to experiment a data lock in oracle?
How to define a data source name (dsn) in odbc manager?
Explain a data segment?
what is the difference between rollback & commit? can a foreign key has null value?