Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam 1z0-149 topic 1 question 21 discussion

Actual exam question from Oracle's 1z0-149
Question #: 21
Topic #: 1
[All 1z0-149 Questions]

Which three statements are true about Implicit Cursor and Explicit Cursor? (Choose three.)

  • A. Implicit cursor returns only one record.
  • B. Explicit cursor can return more than one record.
  • C. %Isopen, %Rowtype, %Notfound, and %Found are the attributes of Explicit Cursor.
  • D. %Isopen, %Rowcount, %Notfound, and %Found are the attributes of Explicit Cursor.
  • E. %Isopen, %Type, %Notfound, and %Found are the attributes of Explicit Cursor.
  • F. %Isopen is always false in Explicit Cursor.
  • G. %Isopen is always false in Implicit Cursor.
Show Suggested Answer Hide Answer
Suggested Answer: BCG 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Festo
Highly Voted 1 year, 1 month ago
BDG Every explicit cursor and cursor variable has four attributes: %FOUND , %ISOPEN %NOTFOUND , and %ROWCOUNT
upvoted 10 times
mattiamarraffa
7 months, 3 weeks ago
Why A is wrong? "Implicit cursors are used in statements that return only one row. If the SQL statement returns more than one row, an error will occur"
upvoted 1 times
Mcromeo
1 week, 5 days ago
For example update employees where job_id='PU_CLERK' will open an implict cursor for more than one row
upvoted 1 times
...
...
...
rpichuebas
Most Recent 3 months, 1 week ago
Selected Answer: BDG
BDG is the right answer.
upvoted 1 times
...
90e49c7
4 months, 2 weeks ago
C is wrong. D is correct.
upvoted 1 times
...
muradh8
5 months, 2 weeks ago
B,D,G implicit cursor always closes after run
upvoted 1 times
...
jfc1
10 months, 2 weeks ago
Selected Answer: BDG
B,D,G is correct answer
upvoted 2 times
...
pmeyer
12 months ago
Selected Answer: BDG
BDG is right!
upvoted 2 times
...
ISKV
1 year, 1 month ago
BDG is right
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...