adspace
What is difference between a Cursor declared in a procedure
and Cursor declared in a package specification ?
Answer Posted / tulsi
A cursor declared in a package specification is global and
can be accessed by other procedures or procedures in a
package.
A cursor declared in a procedure is local to the procedure
that can not be accessed by other procedures.
| Is This Answer Correct ? | 40 Yes | 2 No |
Post New Answer View All Answers
Is inner join faster than left join?
how to use regular expression in pattern match conditions? : Sql dba
what is sql server agent? : Sql dba
what are aggregate and scalar functions? : Sql dba
What is the current version of sql?
how to start mysql server? : Sql dba
Does group by remove duplicates?
Can we rollback truncate?
what is dbms? : Sql dba
what are all the common sql function? : Sql dba
define sql insert statement ? : Sql dba
Is primary key clustered index?
Can we use distinct and group by together?
What is the current version of postgresql?
Can delete statement be rollbacked?