A

Admin • 802.91K Points
Coach

Q. What is def in the following MySQL statement?
CREATE TRIGGER abc (...) (...) ON def FOR EACH ROW ghi;

  • (A) trigger name
  • (B) table name
  • (C) trigger statement
  • (D) update statement
  • Correct Answer - Option(B)
  • Views: 5
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
This question is about understanding the parts of a MySQL trigger statement. Triggers are like special instructions that run automatically when something happens to a table. Let's break down the code:

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.