Q. What is ghi in the following statement?
Code:
CREATE TRIGGER pqr(...) (...) ON def FOR EACH ROW mno;
β
Correct Answer: (B)
trigger statement
CREATE TRIGGER pqr(...) (...) ON def FOR EACH ROW mno;
You must be Logged in to update hint/solution