代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/331265/12836411
sql creatdb.sql
CREATE TABLE Publisher
(
PublisherID VARCHAR(5) NOT NULL,
Name VARCHAR(20) NOT NULL,
Address VARCHAR(20) NOT NULL,
PRIMARY KEY(PublisherID)
);
CREATE TABLE Book
(
PrimaryAuthor
www.eeworm.com/read/331265/12836422
sql createdb.sql
CREATE TABLE PUBLISHER
(
PublisherID INTEGER NOT NULL,
Name VARCHAR(25) NOT NULL,
Address VARCHAR(25) NOT NULL,
PRIMARY KEY(Publish
www.eeworm.com/read/331263/12836491
sql alterdb.sql
create table FavoriteTitles
(
TitleID varchar(10),
CustomerID varchar(10),
FOREIGN KEY (TitleID) REFERENCES BookTitle(titleISBN),
FOREIGN KEY (CustomerID) REFERENCES Customer (customerid)
)
www.eeworm.com/read/331259/12836686
txt sql.txt
-------------------------
--用餐计费系统(Meals)(C#.NET)
--
--数据库:SQL Server 2005
--撰写:陈义
--建立日期:2007-09-12
--最后修改日期:2007-09-12
--------------------------
--创建数据库Meals
create database Meals
g
www.eeworm.com/read/143729/12848274
sql new.sql
if exists (select * from sysobjects where id = object_id(N'[dbo].[sp_购货合同]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[sp_购货合同]
GO
if exists (select * from sysobjects wher
www.eeworm.com/read/143725/12849057
doc sql.doc
www.eeworm.com/read/143717/12849229
sql personnel.sql
www.eeworm.com/read/330950/12859917
sql cpgl.sql
create database cpgl
go
use cpgl
go
/*创建车票表,包括车次(cc),票价(pj)和终点(zd)*/
create table cp
(
cc varchar(5) primary key,
pj real,
zd varchar(20)
)
/*创建车次表,包括车次(cc),发车时间(fcsj)*/
create table
www.eeworm.com/read/330899/12861925
sql 创建表.sql
use managesystem;
create table BaseTable(
BID varchar(10) not null unique,
BName varchar(20) not null,
BAge int,
BSex varchar(2),
BResidence varchar(50),
BPolity varchar(50),
BHealthy
www.eeworm.com/read/330899/12861933
sql extendtable.sql
insert into ExtendTable
values('1001','2006-6-1','迟到','无','无','无')
insert into ExtendTable
values('1001','2006-6-2','旷到','无','无','无')
insert into ExtendTable
values('1001','2006-6-3','正常','有','先进