Chapter 5. Records
Beginner
Q: | |
5-1. | The statements are:
|
Q: | |
5-2. | Only the format shown in (c), called dot notation, can reference a field in a record. In general, you refer to an individual field in a record as record_name.field_name. You must always use the fully qualified name of a field when referencing that field. |
Q: | |
5-3. | To define a table-based record, use the %ROWTYPE declaration attribute: DECLARE ceo_rec ceos%ROWTYPE; |
Q: | |
5-4. | The statements are:
|
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access