Answer:
Cursor functions as the name implies used to get information about any cursors we are using in Stored Procedures.
All Cursor Functions are nondeterministic i.e.
we get different values every time when they are called with a specific set of values.
Asked In: Many Interviews |
Alert Moderator