πŸ“Š MySQL
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
πŸ’¬ Discuss
βœ… Correct Answer: (B) table name

Explanation: 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:

Explanation by: Shiva Ram
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:

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
62
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Shiva Ram
Publisher
πŸ“ˆ
88%
Success Rate