QuestionQ5
PL/SQL Language FundamentalsWhich statement is accurate about user-defined records?
- A They can be returned from a function.
- B Field types must match column types.
- C The number of fields must match the number of columns in a table.
- D Field names must match selected column names.
Community Discussion