Differentiate between %type and %rowtype attribute in
Oracle PL/AQL programming ?
Answer Posted / kirankumar.vangeti
%ROWTYPE is used to declare a record with the same types as
found in the specified database table, view or cursor
%TYPE is used to declare a field with the same type as that
of a specified table's column.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is sql an operating system?
Explain the working of primary key?
How does sql developer connect to oracle database?
How can check sql version from command line?
How subquery works in sql?
What is implicit cursor in pl sql?
how to check myisam tables for errors? : Sql dba
what is commit? : Sql dba
what is oracle database ? : Sql dba
Is stored procedure faster than query?
What is group function in sql?
what are the 'mysql' command line options? : Sql dba
Is left join inner or outer by default?
What is use of package in pl sql?
What is trigger in flip flop?