Multiple choice technology web technology

%TYPE attribute is used to declare a variable and associate its data type with the COLUMN of a TABLE OR previously declared VARIABLE

  1. True

  2. False

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

%TYPE attribute declares a variable that inherits the data type from a specific table column or an already declared variable. This ensures type compatibility and automatically updates if the referenced type changes.