Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.
Let us know at info@questionaries.org
What should be the return type for a cursor variable?
5
like
0
dislike
What should be the return type for a cursor variable.Can we use a scalar data type as return type?
asked
1 year
ago
by
marck_don
(
191,010
points)
variable
type
cursor
scalar
1 Answer
1
like
0
dislike
Best answer
The return type for a cursor must be a record type.It can be declared explicitly as a user-defined or %ROWTYPE can be used. eg TYPE t_studentsref IS REF CURSOR RETURN students%ROWTYPE
answered
1 year
ago
by
daneim
(
127,080
points)
Related questions
7
like
0
dislike
1
answer
What is use of a cursor variable? How it is defined?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
cursor
oracle
variable
5
like
0
dislike
1
answer
How you open and close a cursor variable?
asked
1 year
ago
by
daneim
(
127,080
points)
cursor
variable
oracle
7
like
0
dislike
1
answer
Can cursor variables be stored in PL/SQL tables.If yes how?
asked
1 year
ago
by
daneim
(
127,080
points)
pl
sql
variable
cursor
7
like
0
dislike
1
answer
How you were passing cursor variables in PL/SQL 2.2?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
sql
cursor
variable
4
like
0
dislike
1
answer
What is the return type of Instr and Strcmp?
asked
1 year
ago
by
daneim
(
127,080
points)
return
type
instr
strcmp
visual-basic