Home /
Expert Answers /
Computer Science /
5-study-the-following-block-then-answer-the-questions-below-a-what-is-the-type-of-rec-basket-pa476
(Solved):
5. Study the following block, then answer the questions below: (a) What is the type of rec_basket? ...
5. Study the following block, then answer the questions below: (a) What is the type of rec_basket? (b) What is the name of the table referred in the block? (c) Which column in bb_basket has the same type as that of sub? (d) Describe what the block does.
5 (a) 'rec_basket' is a record of record type 'type_basket'. The syntax for creating a variable is as follows - DECLARE TYPE recordTypeName IS RECORD (record fields); recordName recordTypeName; And in line 8 we can see the record