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
What is numeric function sql?
What is set serveroutput on in pl sql?
How do I access sql anywhere database?
How do I add a primary key to a table?
Does sql use python?
What is the syntax to add a record to a table?
Does a primary key have to be a number?
How do I add a database to sql?
Which join is like an inner join?
Can we use rowid as primary key?
What is sql partition function?
Does pl sql work in mysql?
How will you distinguish a global variable with a local variable in pl/sql?
What is pragma in sql?
what is a record in a database ? : Sql dba