Logo 
Search:

SQL FAQ

Submit Interview FAQ
Home » Interview FAQ » SQLRSS Feeds

If you have a trigger on a table and the table is dropped, does the trigger still exist?

  Shared By: Shruti Sharma    Date: Dec 21    Category: SQL    Views: 801

Answer:

If you have a trigger on a table and the table is dropped, does the trigger still exist?

No. The trigger is automatically dropped when the table is dropped.

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: