Differentiate between %type and %rowtype attribute in
Oracle PL/AQL programming ?
Answer Posted / suresh somayajula
%Type is used to change the size of any datatype but only
for one record.
%Rowtype is used to declare a recoed that represents a
particular row of a table.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
How many sql statements are used?
What is the difference between unique and primary key constraints?
What do you mean by query optimization?
Is big data nosql?
Define tables and fields in a database
How to select 10 records from a table?
What does stand for in sql?
Enlist some predefined exceptions?
Explain the the delete statements in sql?
what is meant by urlencode and urldocode? : Sql dba
What is difference between joins and union?
Why select is used in sql?
what is try_catch block in procedure
what is auto increment? : Sql dba
Can we perform dml in function?