Skip to main content

Which of the following is true about a cursor in SQL?

 


 It is read-only.

 The cursor can perform all the CRUD operations.

 Cursors are objects of the query.

 Cursors are created automatically.


Comments