摘要: 1:增加外键drop table TeacherUsercreate table TeacherUser( Id int identity(1,1) primary key not null,Name nvarchar not null,studentID int not nullforeign ... 阅读全文
posted @ 2013-07-25 11:27 王永华 阅读(174) 评论(0) 推荐(0) 编辑