問題詳情

QUESTION 74You have an AFTER UPDATE row-level on the table EMP. The trigger queries the EMP table and inserts the updating user's information into the AUDIT_TABLE.What happens when the user updates rows on the EMP table?
(A)A compile time error occurs.
(B)A runtime error occurs. The effect of trigger body and the triggering statement are rolled back.
(C)A runtime error occurs. The effect of trigger body is rolled back, but the update on the EMP table takes place.
(D)The trigger fires successfully. The update on the EMP table occurs, and data is inserted into theAUDIT_TABLE table.
(E)A runtime error occurs. The update on the EMP table does not take place, but the insert into the AUDIT_TABLE occurs.

參考答案

答案:B
難度:非常困難0
統計:A(0),B(0),C(0),D(0),E(0)

內容推薦

內容推薦