difference between pl/sql table and normal pl/sql table
Answers were Sorted based on User's Feedback
Answer / hitendra yadav
(1) Simple table store in the database as a object but
PL/SQL or index by table does not store in the database it
can be create only in PL/SQL block.
(2) Simple table in the database can have more then
multiple column up to 254 but index by table can only have
two column first is primary key column of BINARY_INTEGER
and second column is any collection type column.
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / heena
pl/sql tables are not store in database but normal pl/sql
tables are stored in database
Is This Answer Correct ? | 7 Yes | 2 No |
What is rank () in sql?
Can we use the cursor's to create the collection in PL/SQL?
Which is better stored procedure or query?
What is a native sql query?
what are sequences
How many types of indexes are there in sql?
Name some usages of database trigger?
what is an associative array with example?
Can you do multiple joins in sql?
When we give SELECT * FROM EMP; How does oracle respond?
24 Answers Accenture, HCL, Infosys,
What packages(if any) has oracle provided for use by developers?
What are stored procedures in mysql?