In my mind I always thought of a cursor in databases as a pointer used to access a result set. But I heard that there are isolation levels for cursors.
So perhaps a cursor is not just a pointer?
What exactly is then an SQL cursor that seems to have stability levels?