What are the cursor attributes used in PL/SQL ?

Answer Posted / nishi

The cursor attributes are

%rowcount

%found

%notfound

%isopen

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I remove sql plus from windows 10?

560


What is the process of debugging?

543


When is the update_statistics command used?

566


How many postgresql users are there, worldwide?

569


What is pl sql block in dbms?

522






What type of database is sql?

609


What is the difference between mdf and ndf files?

556


What is application trigger?

533


What is right join in sql?

545


What are sql functions? Describe the different types of sql functions?

548


What are the different operators available in sql?

560


What is the basic structure of an sql?

563


What is trigger in sql?

573


How to fetch values from testtable1 that are not in testtable2 without using not keyword?

739


table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

3321