What is the syntax of DROP TRIGGER statement?

18. What is the syntax of DROP TRIGGER statement?

  1. DROP TRIGGER trigger_name;
  2. DELETE TRIGGER trigger_name;
  3. REMOVE TRIGGER trigger_name;
  4. None

Answer: A) DROP TRIGGER trigger_name;

Explanation:

The syntax of DROP TRIGGER statement is DROP TRIGGER trigger_name;.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.