InterviewSolution
Saved Bookmarks
| 1. |
Can Index-by Table Be Stored In A Database? If Not, Then Which Type Of Collection Can Be Used To Store In A Database? |
|
Answer» No, Index-By table cannot be STORED in a DATABASE. The NESTED tables and VARRAYs collection types can be used to STORE in database. No, Index-By table cannot be stored in a database. The nested tables and VARRAYs collection types can be used to store in database. |
|