Chapter 6. Index-by Tables
Beginner
Q: | |
6-1. | The first step is to define the type of table, and then declare actual index-by tables from that type. Here is the generic syntax for an index-by table type definition: TYPE Once the type is defined, the next step is to declare an index-by table based on that type: Mytab |
Q: | |
6-2. | No. Attempts to do so are greeted by the PL/SQL error: PLS-00315: INDEX-BY TABLE declarations must currently use binary_integer indexes |
Q: | |
6-3. | The statements are:
|
Q: | |
6-4. | The statements are:
|
Q: | |
6-5. | The statements are:
|
Q: | |
6-6. | All standard Oracle ... |