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


Please Help Members By Posting Answers For Below Questions

Is inner join faster than left join?

1274


how to use regular expression in pattern match conditions? : Sql dba

1111


what is sql server agent? : Sql dba

1182


what are aggregate and scalar functions? : Sql dba

1127


What is the current version of sql?

1092


how to start mysql server? : Sql dba

1266


Does group by remove duplicates?

1112


Can we rollback truncate?

1074


what is dbms? : Sql dba

1061


what are all the common sql function? : Sql dba

1131


define sql insert statement ? : Sql dba

1098


Is primary key clustered index?

1018


Can we use distinct and group by together?

1133


What is the current version of postgresql?

1177


Can delete statement be rollbacked?

1053