1 / 47
文档名称:

MySQL权威开发指南.doc

格式:doc   页数:47页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

MySQL权威开发指南.doc

上传人:bjy0415 2015/9/16 文件大小:0 KB

下载得到文件列表

MySQL权威开发指南.doc

相关文档

文档介绍

文档介绍:MySQL 开发者
SQL权威指南
SQL For MySQL Developers
prehensive Tutorial and Reference
整理:侯杰
第一章 SQL概要
,他的密码是BOOKSQLPW。
CREATE USER ‘BOOKSQL’@’LOCALHOST’ IDENTIFIED BY ‘BOOKSQLPW’
create user ‘houjie410782’@’localhost’ identified by ‘630529’

grant all privileges on *.* to ‘BOOKSQL’@’LOCALHOST’ with grant option;
grat all privileges on *.* to ‘houjie410782’@’localhost’ with grant option;

create database tennis;

use tennis;
,teams,matches,mittee_members。
create table players
(playerno integer not null,
name char(15) not null,
initials char(3) not null,
birth_date date,
sex char(1) not null,
joined smallint not null,
street varchar(30) not null,
houseno char(4),
postcode char(6),
town varchar(30) not null,
phoneno char(13),
leagueno char(4),
primary key (playerno)
)
create table teams(
teamno integer not null,
playerno integer not null,
division char(6) not null,
primary key (teamno)
)
create table matches(
matchno integer not null,
teamno integer not null,
playerno integer not null,
won smallint not null,
lost smallint not null,
primary key (matchno)
)
create table penalties(
paymentno integer not null,
playerno integer not null,
payment_date date not null,
amount decimal(7,2) not null,
primary key (paymentno)
)
create mittee_members(
playerno integer not null,
begin_date date not null,
end_date date,
position char(20),
primary key (playerno,begin_date)
)

insert into players values(2,'Everett','R','1948-09-01','M',1975,'Stoney Road','43','3575NH','Stratford','070-237893','2411');
insert into players values(7,'Wise','GWS','1963-05-11','M',1981,'be Way','39','9758VB','Stratford','070-347689',NULL);
insert into players values(8,'NewCastle','B','1962-07-08','F',1980,'Station Road','4','6584R0','Inglewood','070-458458','2983');
insert into players values(27,'Collins','DD','1964-12-28','F',1983,'Long Drive','804','8457DK

最近更新

矿山机械战略市场规划报告 85页

2024年工控电器项目资金筹措计划书代可行性研.. 71页

锦纶6-DTY竞争策略分析报告 78页

2024年各类型加速器(含高压倍加器)项目资金需.. 62页

建筑铝挤压材产业分析报告 86页

2024年钢材:一级钢项目资金申请报告代可行性.. 72页

2024年防眩光太阳镜项目资金申请报告代可行性.. 79页

小学语文青年教师课堂教学心得随笔收藏五篇 83页

2024年二次电池项目资金申请报告代可行性研究.. 79页

护理年中工作计划锦集4篇 130页

2024年定制家具项目资金筹措计划书代可行性研.. 74页

2024年电力调度与管理自动化系统项目资金筹措.. 64页

中班下学期保育工作计划 17页

2024年电磁阀:蒸汽电磁阀项目资金需求报告代.. 54页

小学英语教师工作计划简短 12页

喂鹅的作文(8篇) 10页

谦虚的议论文(10篇) 10页

2和5的倍数的特征教学反思1000字 12页

幼儿园大班教案《比比谁喝水多》及教学反思 11页

小学生个人简介范文(3篇) 8页

放烟花朋友圈文案(72条) 9页

江苏省中小学生实验操作大赛在线测评生物题库.. 9页

家具类项目实施方案及质量控制措施(共24页) 24页

第七章 小组初期课件 32页

最新中国南方电网有限责任公司电能计量管理规.. 42页

肉品课验收标准 5页

用鞋子催人回家法术 3页

浅谈航空公司服务营销 6页

射波刀治疗胰腺癌的护理 4页

格宾挡墙专项施工方案 7页