QUESTION 12
Examine this code:
CREATE OR REPLACE TRIGGER update_emp
AFTER UPDATE ON emp
BEGIN
INSERT INTO audit_table (who, dated)
VALUES (USER, SYSDATE);
END;
You issue an UPDATE command in the EMP table that results in changing 10 rows.
How many rows are inserted into the AUDIT_TABLE?
short
(A) 1
(B) 10
(C) None
(D) A value equal to the number of rows in the EMP table.
答案:登入後查看
統計: A(0), B(1), C(5), D(1), E(0) #912574
統計: A(0), B(1), C(5), D(1), E(0) #912574