October 2002
Intermediate to advanced
688 pages
14h 14m
English
In this chapter, you learned about collections and multilevel collections. Here are some projects that will help you test the depth of your understanding.
| 1) | Create the following script. Create an index-by table and populate it with the instructor’s full name. In other words, each row of the index-by table should contain first name, middle initial, and last name. Display this information on the screen. |
| 2) | Modify the script created in 1). Instead of using an index-by table, use a varray. |
| 3) | Modify the script created in 2). Create an additional varray and populate it with unique course numbers that each instructor teaches. Display instructor’s name and the list of courses he or she teaches. |
| 4) | Find and explain errors ... |
Read now
Unlock full access