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
Can cursor variables be stored in PL/SQL tables.If yes how?
7
like
0
dislike
Can cursor variables be stored in PL/SQL tables.If yes how. If not why?
asked
1 year
ago
by
daneim
(
127,080
points)
pl
sql
variable
cursor
1 Answer
1
like
0
dislike
Best answer
No, a cursor variable points a row which cannot be stored in a two-dimensional PL/SQL table.
answered
1 year
ago
by
marck_don
(
191,010
points)
Related questions
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
5
like
0
dislike
1
answer
What is the significance of the & and && operators in PL SQL ?
asked
1 year
ago
by
mafia
(
1,300
points)
significance
operators
pl
sql
oracle
5
like
0
dislike
1
answer
What should be the return type for a cursor variable?
asked
1 year
ago
by
marck_don
(
191,010
points)
variable
type
cursor
scalar
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