difference between cursor and procedure in a package
Answer Posted / avi007
cursor-
1 cursor is small memory area to perform selection on the
one or more table.
2 cursor is a variable which is 2 dimentional array, it is
handling, storing and processin multiple rows.
3 storing data temporarily.
4 fetching rows from top to bottom.
5 fetching row one at a time.
procedure -
1 procedure is an object of database.
2 need to compile and execute.
3 dml operation performed in the block.
| Is This Answer Correct ? | 33 Yes | 5 No |
Post New Answer View All Answers
Does a primary key have to be a number?
Which software is used for pl sql programming?
discuss about myisam index statistics collection. : Sql dba
what are the different index configurations a table can have? : Sql dba
What is difference between stored function and application function?
Why we use join in sql?
What is the use of count (*) in sql?
what are all different types of collation sensitivity? : Sql dba
What is cursor explain with example?
How much does a sql dba make? : SQL DBA
Is ms sql is free?
What is dba in sql? : SQL DBA
What is the trigger in sql?
What is a schema sql?
What is the difference between delete, truncate and drop command?