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
How do sql databases work?
How many types of keys are there in sql?
how to select unique records from a table? : Sql dba
What are the uses of merge?
Which join is default?
what is “go” in t-sql? : Transact sql
Will truncate release space?
What are procedures used for?
Does sql profiler affect performance?
what is a primary key? : Sql dba
What is rtm stands for?
How can I see all tables in sql?
Why do you partition data?
what is self-join? : Sql dba
Is pl sql better than sql?