InterviewSolution
Saved Bookmarks
| 1. |
Define UPDATE cursor. |
|
Answer» UPDATE cursor is a pointer that permits US to modify or delete the CURRENT recently fetched ROW. UPDATE KEYWORD lets the information server know that the INSTRUCTION would modify or delete any row it fetches from the database. |
|