Answer Posted / kiran
it is the temporary space developed by the oracle server
when in an implicit cursor
and when a user wants to create a cursor then it is called
explicit cursor
so - any temporary place generated in the temporary memory
during the execution of sql query is called cursor
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the major difference between truncate and delete?
How to drop a stored procedure in oracle?
What are the differences between primary key and unique key?
How to omit columns with default values in insert statement in oracle?
What is an oracle tablespace?
Is rowid unique in oracle?
Are truncate and delete commands same? If so why?
what is the dual table in oracle?
What is the data type of dual table?
How to drop an index?
How to display employee records who gets more salary than the average salary in the department?
Please explain drop constraint oracle?
What is the difference between online and offline backups?
How many types of table in Oracle?
6. Display the client name and order date for all orders using the traditional method.