exam questions

Exam 1z0-497 All Questions

View all questions & answers for the 1z0-497 exam

Exam 1z0-497 topic 1 question 132 discussion

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

All database users are currently connected to the database instance and are working. The HR user opens three database sessions and executes this command in one of the sessions:
SQL> UPDATE persons SET ccode='U031' WHERE ccode='U029';
123 rows updated.
SQL> DELETE FROM persons WHERE exp='Y';
3 rows deleted.
The SYS user opens a new session after HR executes the preceding commands. Which option represents the sessions that can see the effect of the UPDATE and DELETE commands?

  • A. all sessions of the HR user
  • B. all sessions of the HR user and the SYS user
  • C. the session of the HR user that executed the commands
  • D. all sessions for which database users have access privileges to the PERSONS table
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
Without issue of commit by the HR user, the other users are unable to see the changes even though they have access.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
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 ...