1.

What is def in the following statement?
CREATE TRIGGER pqr(...) (...) ON def FOR EACH ROW mno;

A. table name
B. trigger name
C. update statement
D. trigger statement
E. None of these
Answer» B. trigger name


Discussion

No Comment Found