Differentiate between %type and %rowtype attribute in
Oracle PL/AQL programming ?
Answer Posted / madhuri
%type and %rowtype provides data independence,reduces
maintainance cost and allows programs to adapt as the
database changes due to new business requirements.
%rowtype is used to declare a record with the same types as
found in the specified database table,view or a cursor.
%type is used to declare a field with the same type as found
in the specified table's column.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What are inner outer left and right joins in sql?
what are the types of subquery? : Sql dba
Which table is left in join?
Which constraints we can use while creating database in sql?
Which is better trigger or stored procedure?
Can a composite key be null?
What is auto increment in sql?
Can we join tables without foreign key?
What is the largest value that can be stored in a byte data field?
What does the argument [or replace] do?
How can I see all tables in sql?
what is transaction? : Sql dba
What is pl/sql language case sensitive?
what is offset-fetch filter in tsql? : Transact sql
What do you mean by field in sql?