新闻发布系统课程设计 西安建筑科技大学新闻发布管理信息系统 课程设计.doc
文本预览下载声明
新闻发布系统课程设计 西安建筑科技大学新闻发布管理信息系统 课程设计
导读:就爱阅读网友为您分享以下“西安建筑科技大学新闻发布管理信息系统 课程设计”的资讯,希望对您有所帮助,感谢您对92的支持!
/*==============================================================*/
/*
*/
/*==============================================================*/
create table Company (
CompanyId int not null,
CompanyName varchar(40) not null,
CompanyContact varchar(11) not null,
CompanyDescription text null,
constraint PK_COMPANY primary key nonclustered (CompanyId) )
go
/*==============================================================*/
/*
*/
/*==============================================================*/
create table Modules (
MoludeName varchar(20) not null,
ModuleName varchar(40) not null,
显示全部