SQL Server表管理.rar

时间:2012-09-26 08:14:15
【文件属性】:

文件名称:SQL Server表管理.rar

文件大小:186KB

文件格式:RAR

更新时间:2012-09-26 08:14:15

SQL Server 例子 课件

create table student( id int not null, name varchar(20) not null, sex char(1) not null) class student{ int id; String name; } String sql="select * from user"; create table teachers( id bigint identity(1,1) not null primary key, teachid int not null unique e_mail varchar(30) not null unique )


【文件预览】:
第3章 SQL Server表管理
----作业.txt(1002B)
----无标题1.sql(909B)
----无标题5.sql(477B)
----table.txt(319B)
----表及基本数据类型.sql(506B)
----无标题6.sql(433B)
----SQL Server表管理.ppt(649KB)
----无标题4.sql(618B)
----无标题3.sql(2KB)
----Thumbs.db(5KB)

网友评论