How do we use %type and %rowtype in associative array?

Showing Answers 1 - 3 of 3 Answers

dearvandna

  • Sep 21st, 2007
 

Normally use it as sql%type or sql%rowtype. But if you are using a cursor then use it
cursorname%type or cursorname%rowtype.

  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