πŸ“Š MySQL
Q. What is abc in the following MySQL statement?
CREATE TRIGGER abc (...) (...) ON def FOR EACH ROW ghi;
  • (A) trigger name
  • (B) column name
  • (C) trigger statement
  • (D) update statement
πŸ’¬ Discuss
βœ… Correct Answer: (A) trigger name

Explanation: This question is about understanding the parts of a MySQL trigger creation statement.

Explanation by: Neelam Mittal
This question is about understanding the parts of a MySQL trigger creation statement.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
82
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Neelam Mittal
Publisher
πŸ“ˆ
85%
Success Rate