exam questions

Exam 1z0-052 All Questions

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

Exam 1z0-052 topic 1 question 62 discussion

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

View the Exhibit and examine the parameters. User A executes the following command to update the TRANS table:
SQL> UPDATE B.trans SET tr_amt=tr_amt+500 WHERE c_code='C005';
Before user A issues a COMMIT or ROLLBACK command, user B executes the following command on the TRANS table:
SQL> ALTER TABLE trans MODIFY (tr_type VARCHAR2(3));
What would happen in this scenario?
Exhibit:

  • A. The ALTER TABLE command modifies the column successfully
  • B. The DDL operation gets higher priority and transaction for user A is rolled back
  • C. The ALETER TABLE command waits indefinitely until user A ends the transaction
  • D. The ALTER TABLE command fails after waiting for 60 seconds due to the resource being busy
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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 ...