Multiple choice technology web technology

NA

  1. a) %ROWTYPE

  2. b) %TYPE

  3. c) AS_COLUMN

  4. d) None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

%ROWTYPE attribute in PL/SQL allows you to declare a variable that has the same structure as a row in a database table or as a cursor. The variable inherits all column names and data types from the table row structure automatically. %TYPE is used to declare a variable with the same data type as a specific column, not an entire row structure.