代码搜索:sql

找到约 10,000 项符合「sql」的源代码

代码结果 10,000
www.eeworm.com/read/350832/10706879

sql dutydemo.sql

www.eeworm.com/read/421666/10713116

sql sudoku.sql

CREATE DATABASE glpk; CREATE USER glpk@localhost IDENTIFIED BY 'gnu'; GRANT ALL PRIVILEGES ON glpk.* TO glpk@localhost; USE glpk; DROP TABLE sudoku; CREATE TABLE sudoku ( ID INT , COL INT , L
www.eeworm.com/read/421666/10713122

sql transp.sql

CREATE DATABASE glpk; CREATE USER glpk@localhost IDENTIFIED BY 'gnu'; GRANT ALL PRIVILEGES ON glpk.* TO glpk@localhost; USE glpk; # production capacity DROP TABLE transp_capa; CREATE TABLE transp_capa
www.eeworm.com/read/276661/10718048

sql 1.sql

www.eeworm.com/read/350695/10718481

sql myqqdb.sql

use master go --建立数据库 create database MyQQ go use MyQQ go --用户表 create table Users ( Id int identity(10000,1) not null, --主键 LoginPwd varchar(50) not null, --
www.eeworm.com/read/350695/10719024

sql myqqdb.sql

use master go --建立数据库 create database MyQQ go use MyQQ go --用户表 create table Users ( Id int identity(10000,1) not null, --主键 LoginPwd varchar(50) not null, --
www.eeworm.com/read/421621/10724184

sql initialization.sql

--THIS SECTION INITIATES THE DATABASE USE "master"; GO CREATE DATABASE "Students"; GO USE "Students"; GO --学生基本信息 CREATE TABLE JIBEN (XH CHAR(6), -- 学
www.eeworm.com/read/276593/10724563

sql hotel.sql

www.eeworm.com/read/276483/10734255

sql storedprocedure.sql

--*********************************** --Definition of package specification --*********************************** CREATE OR REPLACE PACKAGE oraoledb AS /** * @author Chandar * @vers
www.eeworm.com/read/276479/10734481

sql bookrentsystem.sql

-- MySQL Administrator dump 1.4 -- -- ------------------------------------------------------ -- Server version 5.0.41-community-nt /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /