Saved Bookmarks
| 1. |
Describe the concept of a cursor and how it is used in embedded SQL |
|
Answer» Answer: A cursor is used to retrieve ROWS from a QUERY that has multiple rows in its result set. A cursor is a handle or an identifier for the SQL query and a position WITHIN the result set. For an introduction to cursors, see Working with cursors. Hope it helps you Please mark me as brainliest Thank you |
|