Main diff between varray and nested tablea
Answer Posted / dandu devendra
Varray: constrain table.Basically this table dense by default indexs start with 1.
Nested table: unconstrain table.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what is not null constraint? : Sql dba
Does google use sql?
What are the advantages of pl sql over sql?
What is trigger with example?
Can ddl statements be used in pl/sql?
What does select * from mean in sql?
What is sql and how does it work?
Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?
Can we group by two columns in sql?
Can we have two clustered index on a table?
How to select 10 records from a table?
How to avoid using cursors?
What is meant by user defined function?
What is the primary key?
What are the disadvantages of not performing database normalization?