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


Please Help Members By Posting Answers For Below Questions

What is sql and how does it work?

728


how to calculate the difference between two dates? : Sql dba

719


What is execution plan in sql?

749


What is not equal in sql?

688


What is pl sql architecture?

674






what are all the common sql function? : Sql dba

775


Why left join is used in sql?

695


Differentiate between % rowtype and type record.

919


In a distributed database system, can we execute two queries simultaneously?

748


What is the primary use of normalization?

691


Why do we use partitions in sql?

717


What is pls integer?

775


what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba

801


How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?

817


Inline the values in PL/SQL, what does it mean.?

849