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 ... |
Get Oracle PL/SQL Programming: A Developer's Workbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.