Differentiate between %type and %rowtype attribute in
Oracle PL/AQL programming ?
Answer Posted / suresh somayajula
%Type is used to change the size of any datatype but only
for one record.
%Rowtype is used to declare a recoed that represents a
particular row of a table.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
Explain raise_application_error.
How do you take the union of two tables in sql?
What are the advantages of stored procedure?
What is localdb mssqllocaldb?
what is oltp (online transaction processing)? : Sql dba
What is the difference between stored procedure and view?
Is nosql faster than sql?
explain advantages of innodb over myisam. : Sql dba
what is the difference between blob and text? : Sql dba
What is rtm stands for?
How to use distinct and count in sql query? Explain
What are the types of triggers in sql?
What is scope of pl sql developer in future?
What is t sql used for?
how can we find the number of rows in a table using mysql? : Sql dba