what is main def between plsql/table and array?
Answer / sudipta santra
In array we can not make index upon that but in PL/SQL Table
we can set the index upon that.
Rest of the features are more or less not so much strong
difference.
Is This Answer Correct ? | 0 Yes | 0 No |
What is a sub query? Describe its types?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
Is oracle an open source?
How do you rate yourself in oracle and sql server ?
what are the things that you consider while creating indexes on partitioning tables?
What is a cursor in oracle?
Explain integrity constraint?
What is the difference between column level constraints and table level constraints?
14 Answers IBM, TCS,
How can we manage the gap in a primary key column created by a sequence? Ex:a company has empno as primary key generated by a sequence and some employees leaves in between.What is the best way to manage this gap?
select * from emp what happened internally when we write this query in the sql prompt?
What are the attributes that are found in a cursor?
How to define default values for formal parameters?