1.

____________ cursor is sensitive to any changes to the data source.(a) Static Cursors(b) Dynamic Cursors(c) Keyset Driven Cursors(d) None of the mentionedThe question was asked during an online interview.My question is based upon Cursor topic in division Developing with SQL Server of SQL Server

Answer»

Right choice is (c) Keyset DRIVEN Cursors

The best EXPLANATION: A keyset driven cursor is sensitive to any CHANGES to the data source and supports update, delete OPERATIONS.



Discussion

No Comment Found

Related InterviewSolutions