What is a cursor for loop ?

Answer Posted / suresh somayajula

Cursor for loop implicitly declares %rowtype as Loop index
opens the cursor and fetch the rows from active set into
fields and then process it and then close the cursor.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to revise and re-run the last sql command?

658


What is character functions?

562


when is the use of update_statistics command? : Sql dba

510


What are crud methods?

562


Is sql port 1433 encrypted?

589






What is the difference between sql and mysql?

573


what is a database lock ? : Sql dba

601


How do I count rows in sql?

568


Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

1733


What is difference between pls_integer and integer?

526


What is the difference between an inner join and an outer join?

526


What is union?

660


How do I run a sql query in pgadmin 4?

556


Why use truncate instead of delete?

553


What are sql procedures?

590