If we export the table into another DB then does its all triggers also gets exported along with it?
Update
In context of Randy Minder’s reply
is it possible to transfer the schema table from one DB to another?
UPDATE
In context of MATT’s Reply
But What should I do If i have to script this export? as in this case I have to change the trigger_Schmea every time.
Pass –triggers to the mysqldump command if you’re not getting triggers already (you should.. it’s default)