BE are correct.
C - FALSE. NOWAIT will not acquire locks from their owning transactions, but will not wait until they are released. If rows are already locked by other transaction (e.g. by UPDATE), then with NOWAIT parameter the ORA-00054 error will be thrown.
B is WRONG
From Oracle SQL Reference:
Restrictions on the FOR UPDATE Clause
This clause is subject to the following restrictions:
• You cannot specify this clause with the following other constructs: the DISTINCT operator, CURSOR expression, set operators, group_by_clause, or aggregate functions.
My bad, the alternative says CANNOT I mistakenly read CAN. Sorry.
upvoted 1 times
...
...
...
...
Log in to ExamTopics
Sign in:
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.
lucemqy
8 months, 3 weeks agoXTIMON
11 months agoDarnun
1 year, 4 months agoDarnun
1 year, 3 months agomrcsp
5 months, 3 weeks agomrcsp
5 months, 3 weeks ago