C# 第八章的上机1

INSERT INTO Student(StudentNo,LoginPwd,StudentName,Gender,GradeId,Phone,[Address],Birthday,Email)
VALUES('s12013020011','zhangsan','张三',0,1,'01062768866','解放路','1991-1-1','[email protected]')
INSERT INTO Student(StudentNo,LoginPwd,StudentName,Gender,GradeId,Phone,Address,Birthday,Email)
VALUES('s12013020021','lise89','李四',0,1,'01062768867','上海路','1991-1-2',null)
INSERT INTO Student(StudentNo,LoginPwd,StudentName,Gender,GradeId,Phone,Address,Birthday,Email)
VALUES('s12013020031','default','王五',1,1,'01062768868','法租界1991-1-3',null)
INSERT INTO Student(StudentNo,LoginPwd,StudentName,Gender,GradeId,Phone,Address,Birthday,Email)
VALUES('s12013020041','zhaolili','王丽丽',1,1,'01062768869','default','1991-1-4','[email protected]')
INSERT INTO Student(StudentNo,LoginPwd,StudentName,Gender,GradeId,Phone,Address,Birthday,Email)
VALUES('s12013020051','default','张峰',1,1,'01062768865','default','1991-1-5',null)

你可能感兴趣的:(C# 第八章的上机1)