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
Why do we create stored procedures & functions in pl/sql and how are they different?
how to use in conditions? : Sql dba
Does sql use python?
Explain what is a database?
What is native sql query?
How to use transactions efficiently : transact sql
What is trigger in sql?
Is sql a programming?
What is the use of pl/sql table?
Explain lock escalation? : Transact sql
Can a foreign key have a different name?
Is grant a ddl statement?
What is a primary key sql?
What is pl sql in dbms?
What types of commands can be executed in sql*plus?