Intermediate
Q: | |
5-8. | The statements are:
|
Q: | |
5-9. | All these statements are true. A programmer-defined record takes its definition from a TYPE statement in which each field in the record (its name and datatype) is defined explicitly (kind of like a CREATE TABLE statement inside PL/SQL). To declare a programmer-defined record:
Here is an example of both these steps: DECLARE TYPE summer_fun_rt IS RECORD ( favorite_ice_cream_flavor ... |