Google News
logo
SQL - Interview Questions
What is Row-Level-Attribute?
In this method, a single variable can represent all different datatype into a single unit. This variable is also called a record type variable.
 
Row Level Attribute is represented by using %rowtype.
 
Syntax:
 
variable_name table_name%rowtype;
Advertisement