1、创建数据库Test.db
2、创建表stu
3、在表中插入数据
4、创建表teacher_stu
5、创建触发器add_notice
6、插入数据,验证触发器add_notice,OK
7、删除触发器add_notice