SQL Plus Question:

Explain What is meant by Scrollable cursor?

Tweet Share WhatsApp

Answer:

A scrollable cursor, however, can move forward and backward, and can seek any desired record in the cursor. Such operations are common in applications that present results sets in scrolling windows. With a scrollable cursor, application developers do not need to create and manage their own buffer for the records.

Download SQL Plus PDF Read All 20 SQL Plus Questions
Previous QuestionNext Question
Explain What is the output of SIGN function?Please Explain Connect by Prior?