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 is sqlca in powerbuilder?
What is sql partition function?
How do you pronounce sql?
Why we use join in sql?
What is %type in pl sql?
What is a relationship and what are they?
How do I start pl sql?
What is varchar data type in sql?
How do I count rows in sql?
What is not equal in sql?
What has stored procedures in sql?
how to extract a unit value from a date and time? : Sql dba
Does a primary key have to be a number?
how to increment dates by 1 in mysql? : Sql dba
How do you change a value in sql?