✏️ Explanatory Question

What is a Cursor?

👁 662 Views
📘 Detailed Answer
💡

Answer with Explanation

A database Cursor is a control which enables traversal over the rows or records in the table. This can be viewed as a pointer to one row in a set of rows. Cursor is very much useful for traversing such as retrieval, addition and removal of database records.