QUESTION 54
This statement fails when executed:
CREATE OR REPLACE TRIGGER CALC_TEAM_AVG
AFTER INSERT ON PLAYER
BEGIN
INSERT INTO PLAYER_BATSTAT (PLAYER_ID,
SEASON_YEAR,AT_BATS,HITS)
VALUES (:NEW.ID, 1997, 0,0);
END;
To which type must you convert the trigger to correct the error?
short
(A) Row
(B) Statement
(C) ORACLE FORM trigger
(D) Before
答案:登入後查看
統計: A(0), B(2), C(4), D(0), E(0) #912616
統計: A(0), B(2), C(4), D(0), E(0) #912616