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