why should required nested tables, Object types, partition
tables and varying arrays. what is the difference between
these are all. give me example with explanation.
Answers were Sorted based on User's Feedback
Answer / suresh kumar somayajula
V-Array is an Ordered set of elements.It's having Maximum
size and you can't delete individual elements. V-Arrays are
dense.
Nested Table is an un-orderes set of elements.It doesn't
have maximum size and you can delete individual elements
from Nested Tables . Nested Table can be Parse.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manoranjan sethy
If you want to declare fixed element then use varray.
If you want to declare any number of element at run time then use nested table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is there any problem if we use commit repeatedly after each dml statement in a plsq procedure ? (eg. there are 10 update stmt and using 10 commit stmt after each update stmt)
what is an index? : Sql dba
how to drop an existing index in mysql? : Sql dba
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
what is a table in a database ? : Sql dba
Can you do multiple joins in sql?
What can I use instead of union in sql?
What is clustered and non-clustered indexes?
Is vs as in pl sql?
Can we use having without group by in sql?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
Differentiate between sga and pga.
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)