在学生选课数据库上建立以下触发器:1、在插入新学生时,也将此学生的信息插入到SC表中,不确定的属性赋以NULL值;2、将每次对表Student的插入操作所增加的学生个数记录到表Student_InsertLog中去。
SC表,Student表,Student_InsertLog表结构发一下啊