

McqMate
Q. |
This statement fails when executed: CREATE OR REPLACE TRI GGER CALC_TEAM_AVG AFTER I NSERT ON PLAYER BEGIN INSERT INTO PLAYER_BATSTAT ( PLAYER_I D, SEASON_YEAR, AT_BATS, HI TS) VALUES ( : NEW. I D, 1 997, 0, 0) ; END; To which type must you convert the trigger to correct the error? |
A. | Row |
B. | Statement |
C. | ORACLE FORM trigger |
D. | Before |
Answer» A. Row |
View all MCQs in
DataBase Management System (DBMS)No comments yet