Difference between %TYPE and %ROWTYPEA. %ROWTYPE used to declare the field and %TYPE used to declare the recordB. %ROWTYPE used to declare the record and %TYPE used to declare the fieldC. BOTH ARE SAMED. %ROWTYPE gives an error.

Showing Answers 1 - 5 of 5 Answers

debjani

  • Aug 25th, 2005
 

%ROWTYPE used to declare the record and %TYPE used to declare the field 

rahulg5211

  • Aug 17th, 2010
 

B option is right. %rowtype used to declare composite datatype and record is an composite datatype. n% type is used to declare scalar datatypes so it declare field!

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions