Login
Remember
Register
Ask a Question
Describe The Use Of %rowtype And %type In Pl/sql?
+1
vote
asked
Mar 7, 2021
in
PL/SQL
by
SakshiSharma
Describe The Use Of %rowtype And %type In Pl/sql?
#rowtype
plsql-type
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 7, 2021
by
SakshiSharma
%ROWTYPE allows you to associate a variable with an entire table row. The %TYPE associates a variable with a single column type.
...