+1 vote
in PL/SQL by
Describe The Use Of %rowtype And %type In Pl/sql?

1 Answer

0 votes
by
%ROWTYPE allows you to associate a variable with an entire table row. The %TYPE associates a variable with a single column type.
...