QuestionQ5

PL/SQL Language Fundamentals

Which 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.
Explanation

A user-defined record defines a composite set of fields independently of a table schema and can be returned by a function.

Community Discussion

No comments yet. Be the first to start the discussion!