SQL Server程序设计 实验答案 insert teach_class values('t05001','080501','c05109') alter table student add nation varchar(10) alter table student alter column nation varchar(12) alter table student drop column nation