What are cursors? Explain different types of cursors?
Answer Posted / banoj swain
cursor is nothing but a pointer pointing to the context area assigned by oracle for processing of sql statement.pl/sql programs control context area by using cursor.
types:1)static 2)dynamic or ref cursor
again static is of two types
1)explicit 2)implicit
dynamic of two types:
1)strong 2)weak
Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
How can you log an error to the server event log from a stored procedure?
Explain about the hierarchical model of the database?
1. Using the XML Document below, with the URI “recipe.xml”
define
the following queries in XQuery:
a.) Give the names of all breakfast in the menu.
b.) Select breakfasts that have price lower than $7.00?
Explain what a database is?
Where is dbms used?
What is dbms explain in brief?
What is database design and development?
Write the fastest query to find out how many rows exist in a table?
Explain the process of the user request and data generating?
Which four data types cannot be used as a return type from a user-defined function?
fact table and dimension table containg one to many relationship or many to one relastionship
Can an extended stored procedure be called from inside a user-defined function?
Explain about the storage and physical database design?
Write short notes on manual refreshes.
Explain about relational database management systems?