{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

MySQL网络数据库设计与开发

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

MySQL网络数据库设计与开发

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

本书根据编者多年的项目开发经验所编写,凝聚了康盛、PHPChina等众多行业专家的心血,是目前市场上为数不多的将理论和实践相结合的教材。本书介绍了基本的数据库设计原理,并基于MySQL数据库对基本的关系数据库的使用做了详细的讲解。全书共有9章,分别介绍了数据库基础知识,数据库设计的原理和方法,MySQL数据库基础知识,数据库的基本对象及其相关操作,数据库的查询语句,数据的插入、修改、删除语句,数据库设计综合案例,存储过程与解触发器的基本使用方法,数据库的对象、权限等管理。
Author Description

秦凤梅,副教授,软件工程硕士,重庆正大软件职业技术学院网络技术系主任,重庆正大恒领网络科技有限公司副总经理,多年基于产教结合模式下大型电子商务公司运营及人力资源工作经验及高职IT人才培养与管理经验。曾负责2个重庆市级教改示范专业建设与改革、3门市级精品课程建设、1门市级精品资源共享课建设、5门院级重点课程建设。公开发表关于电子商务论文近10篇,公开出版相关教材2本,组织负责电子商务类自编讲义10余本;华日公司CMM3认证(SEPG成员)。曾多次受单位、兄弟院校及相关行业协会邀请参加校企合作交流并做主题发言。
Catalogue

基 础 篇
第1章 认识数据库 /1
1.1 基本概念 /1
1.1.1 信息与数据 /1
1.1.2 数据库 /2
1.1.3 数据库管理系统 /3
1.1.4 数据库系统 /3
1.2 数据库管理系统―DBMS /4
1.2.1 DBMS的功能 /4
1.2.2 DBMS的组成 /5
1.3 关系数据模型 /5
1.3.1 概念模型 /6
1.3.2 数据模型 /10
1.4 关系的完整性 /13
1.4.1 实体完整性 /14
1.4.2 参照完整性 /14
1.4.3 用户定义的完整性 /15
第2章 数据库设计 /16
2.1 认识数据库设计 /17
2.1.1 数据库系统设计的概述 /17
2.1.2 数据库设计特点和方法 /19
2.1.3 数据库设计的基本步骤 /19
2.2 需求分析 /21
2.2.1 需求分析的目标 /21
2.2.2 需求信息的收集 /22
2.2.3 需求信息的整理 /23
2.3 概念结构设计 /25
2.3.1 概念结构设计的目标 /26

2.3.2 概念结构设计的方法与步骤 /26
2.3.3 数据抽象与局部视图的设计 /27
2.3.4 全局概念模式的设计 /30
2.4 逻辑结构设计 /33
2.4.1 逻辑结构设计的目标 /33
2.4.2 E-R模型图向关系模型的转换 /34
2.4.3 数据模型的优化 /35
2.5 物理结构设计 /36
2.5.1 物理结构设计的目标 /36
2.5.2 存储方法设计 /37
2.5.3 存取方法设计 /37
2.5.4 确定数据库的存取结构 /38
2.6 数据库的实施与维护 /38
2.6.1 创建数据库 /38
2.6.2 数据的载入 /39
2.6.3 测试 /39
2.6.4 数据库的运行与维护 /39
2.7 知识小结 /40
2.8 巩固练习 /41
2.9 能力拓展 /41
第3章 初探MySQL /43
3.1 MySQL概述 /43
3.2 MySQL的安装 /44
3.2.1 下载MySQL /44
3.2.2 安装MySQL /44
3.2.3 配置MySQL /46
3.3 MySQL基本操作 /48
3.3.1 启动MySQL服务 /48
3.3.2 登录MySQL /49
3.3.3 管理系统权限 /51
3.3.4 备份、还原MySQL /53
3.3.5 配置Path系统变量 /54
3.4 更改MySQL配置 /55
3.4.1 通过配置向导来更改配置 /55
3.4.2 手工更改配置文件 /56
3.5 MySQL常用图形管理工具 /57
3.5.1 MySQL GUI Tools /57
3.5.2 phpMyAdmin /57
3.5.3 Navicat /57
3.5.4 SQLyog /58
第4章 操作MySQL数据库对象 /59
4.1 数据库的基本操作 /60
4.1.1 创建数据库 /60
4.1.2 查看数据库 /61
4.1.3 选择数据库 /62
4.1.4 删除数据库 /63
4.1.5 MySQL存储引擎 /63
4.1.6 小结 /68
4.2 表的基本操作 /68
4.2.1 创建表 /68
4.2.2 查看表结构 /71
4.2.3 修改表 /72
4.2.4 删除表 /74
4.2.5 小结 /76
4.3 数据库索引 /77
4.3.1 索引简介 /77
4.3.2 创建索引 /77
4.3.3 删除索引 /78
4.3.4 小结 /78
4.4 视图 /78
4.4.1 视图简介 /78
4.4.2 创建视图 /79
4.4.3 查看视图 /79
4.4.4 修改视图 /79
4.4.5 更新视图 /80
4.4.6 删除视图 /80
4.4.7 小结 /81
4.5 触发器 /81
4.5.1 创建触发器 /81
4.5.2 查看触发器 /82
4.5.3 触发器的应用 /82
4.5.4 删除触发器 /82
4.5.5 小结 /83
4.6 巩固练习 /83

第5章 查询数据 /84
5.1 基本查询语句 /84
5.2 单表查询―SELECT子句 /85
5.2.1 查询所有字段 /86
5.2.2 查询指定字段 /88
5.2.3 查询经过计算后的字段 /89
5.2.4 修改原始字段名 /90
5.2.5 查询结果不重复 /91
5.2.6 使用集合函数 /92
5.2.7 小结 /97
5.3 单表查询―WHERE子句 /97
5.3.1 带IN关键字的查询 /99
5.3.2 带BETWEEN AND的范围查询 /100
5.3.3 带LIKE的字符匹配查询 /100
5.3.4 查询空值 /103
5.3.5 带AND的多条件查询 /104
5.3.6 带OR的多条件查询 /105
5.3.7 小结 /107
5.4 单表查询―ORDER BY子句 /107
5.5 单表查询―GROUP BY子句 /109
5.6 单表查询―LIMIT子句 /115
5.7 多表查询 /116
5.7.1 内连接查询 /116
5.7.2 外连接查询 /118
5.7.3 为表取别名 /119
5.7.4 复合条件连接查询 /120
5.7.5 小结 /122
5.8 子查询/嵌套查询 /122
5.8.1 带IN关键字的子查询 /122
5.8.2 带比较运算符的子查询 /123
5.8.3 带EXISTS关键字的子查询 /124
5.8.4 带ANY关键字的子查询 /125
5.8.5 带ALL关键字的子查询 /126
5.8.6 小结 /127
5.9 合并查询结果 /127
5.10 巩固练习 /128
5.11 知识拓展 /129

第6章 更新MySQL数据 /130
6.1 插入数据 /130
6.1.1 插入一条完整的记录 /131
6.1.2 插入一条不完整的记录 /135
6.1.3 同时插入多条记录 /136
6.1.4 插入查询语句的执行结果 /136
6.1.5 小结 /140
6.2 修改数据 /140
6.2.1 修改一个字段的值 /141
6.2.2 修改几个字段的值 /142
6.2.3 修改后的值为查询的结果 /142
6.2.4 小结 /143
6.3 删除数据 /143
6.3.1 删除所有数据 /143
6.3.2 删除某些记录 /144
6.3.3 删除与其他表有关联的数据 /144
6.3.4 小结 /145
6.4 巩固练习 /145
6.5 知识拓展 /145
6.5.1 INSERT语句的完整语法及使用 /145
6.5.2 UPDATE的完整语法及使用 /146
6.5.3 DELETE的完整语法及使用 /147
实 战 篇
第7章 数据库设计实例 /148
7.1 系统概述 /148
7.2 系统功能 /149
7.2.1 系统业务分析 /149
7.2.2 系统功能模块划分 /150
7.2.3 关键功能流程图 /150
7.3 数据库设计 /151
7.3.1 系统实体及属性分析 /151
7.3.2 系统E-R图设计 /152
7.3.3 E-R图转为关系模型 /153
7.3.4 系统数据字典 /154
7.3.5 主要表创建 /157


7.4 数据库测试 /159
7.4.1 数据增加、删除、修改测试 /159
7.4.2 关键业务数据查询测试 /159
7.5 知识小结 /160
管 理 篇
第8章 存储过程和函数 /161
8.1 存储过程 /162
8.1.1 创建存储过程 /162
8.1.2 存储过程体 /165
8.1.3 调用存储过程 /173
8.1.4 删除存储过程 /174
8.1.5 修改存储过程 /174
8.2 存储函数 /175
8.2.1 创建存储函数 /175
8.2.2 调用存储函数 /175
8.2.3 删除存储函数 /177
8.2.4 修改存储函数 /177
8.3 知识小结 /177
第9章 MySQL用户安全性管理 /178
9.1 权限表 /179
9.1.1 user表 /179
9.1.2 db表和host表 /180
9.1.3 tables_priv表和columns_priv表 /181
9.1.4 procs_priv表 /181
9.2 账户管理 /181
9.2.1 登录和退出MySQL服务器 /182
9.2.2 添加用户 /183
9.2.3 删除用户 /185
9.2.4 修改用户 /186
9.2.5 修改root用户密码 /187
9.2.6 root用户修改普通用户密码 /189
9.2.7 普通用户修改密码 /190
9.2.8 root用户密码丢失的解决办法 /190
9.3 权限管理 /192
9.3.1 MySQL各种权限 /192
9.3.2 授权 /193
9.3.3 权限的转移和限制 /196
9.3.4 回收权限 /197
9.3.5 查看权限 /198
9.4* 表维护语句 /198
9.5 数据备份 /200
9.5.1 使用mysqldump备份数据 /200
9.5.2 直接复制整个数据库目录 /202
9.5.3 使用mysqlhotcopy工具快速备份 /203
9.6 数据还原 /203
9.6.1 使用mysql命令还原 /203
9.6.2 使用mysqlimport还原数据 /204
9.6.3 直接复制到数据库目录 /205
9.7 数据库迁移 /205
9.7.1 相同版本的MySQL数据库之间的迁移 /205
9.7.2 不同版本的MySQL数据库之间的迁移 /206
9.7.3 不同数据库之间迁移 /206
9.8 表的导出和导入 /207
9.8.1 用SELECT…INTO OUTFILE导出文本文件 /207
9.8.2 用mysqldump命令导出文本文件 /208
9.8.3 用mysql命令导出文本文件 /209
9.8.4 用LOAD DATA INFILE方式导入文本文件 /210
9.8.5 用mysqlimprot命令导入文本文件 /210
9.9 知识小结 /211
9.10 巩固练习 /211
附录A MySQL常用命令及语言参考 /212

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book