代码搜索:Sql
找到约 10,000 项符合「Sql」的源代码
代码结果 10,000
www.eeworm.com/read/287342/8693018
sql mysql.sql
-- ------------------------------------------------------------
-- 数据表结构
-- Editor by Shuweich
-- Date : 2007.07.27
-- Date : 2007.11.04 增加门店处理所需表文件(9-10)
-- Date : 2007.11.17 梳理表字段,进行了删节及增补
--
www.eeworm.com/read/287341/8693342
sql mysql.sql
-- ------------------------------------------------------------
-- 数据表结构
-- Editor by Shuweich
-- Date : 2007.07.27
-- Date : 2007.11.04 增加门店处理所需表文件(9-10)
-- Date : 2007.11.17 梳理表字段,进行了删节及增补
--
www.eeworm.com/read/387262/8697863
txt sql.txt
SQL分类:
DDL—数据定义语言(CREATE,ALTER,DROP,DECLARE)
DML—数据操纵语言(SELECT,DELETE,UPDATE,INSERT)
DCL—数据控制语言(GRANT,REVOKE,COMMIT,ROLLBACK)
首先,简要介绍基础语句:
1、说明:创建数据库
CREATE DATABASE database-name
2、说明:
www.eeworm.com/read/387173/8702304
sql product.sql
use jspdev;
create table category (
catid varchar(30) not null,
name varchar(80) null,
descn varchar(255) null,
constraint pk_category primary key (catid)
);
create table products (
www.eeworm.com/read/431182/8705689
sql useinfo.sql
www.eeworm.com/read/431182/8705699
sql shouru.sql
www.eeworm.com/read/431182/8705707
sql wageinformation.sql
www.eeworm.com/read/431182/8705724
sql userinformation.sql
www.eeworm.com/read/431182/8705774
sql traininformation.sql
www.eeworm.com/read/430971/8715362
sql sqltest.sql
-- SQL Import File Example
-- Tested on MySQL 5.0.67
-- Ruben Crespo 羖varez - http://peachep.wordpress.com
create database if not exists prueba;
use prueba;
CREATE TABLE if not exists `nombre