Stored Procedure Question:

Explain about cursors?

Stored Procedure Interview Question
Stored Procedure Interview Question

Answer:

Cursors are supported by procedures, functions and triggers. Syntax of the cursors is embedded in SQL. Cursor should be declared before declaring handles. Before declaring cursors it is imperative to declare variables and conditions.


Previous QuestionNext Question
Explain about the RETURN statement?Explain about the properties of Cursors?