Stored Procedure Question:

Download Job Interview Questions and Answers PDF

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.

Download Stored Procedure Interview Questions And Answers PDF

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