{{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

数据库技术丛书:MariaDB必知必会

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

数据库技术丛书:MariaDB必知必会

{{__(":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
Editer Recommend

MariaDB和MySQL创始人作序推荐,资深数据库技术专家亲笔撰写
国内首本关于MariaDB的中文版书籍,内容全面,讲解系统,为深入理解MariaDB提供实用指南
MariaDB是由MySQL创始人开发的MySQL的一个分支版本,与MySQL完全兼容。在广大开源社区的援助下,Ma riaDB提供一系列增强的MySQL特性,包括可选的存储引擎、服务器优化和补丁。
本书由培训大师Berl Forta撰写,通过一系列简短、易于理解的课程,深入浅出地讲解MariaDB的基础知识和一些实用的高级主题。作者没有对数据库理论和关系设计做过多论述,而是重点讲述与数据交互的解决方案,主要涵盖如下内容:
对数据进行检索和排序
使用比较、正则表达式和全文本搜索过滤数据
连接相关数据
创建和修改表
插入、更新、删除数据
利用存储过程和触发器的功能
使用视图和游标
管理事务处理
创建用户账户并通过访问控制管理安全权限


更多精彩,点击进入华章品牌店查阅>>

Content Description

《数据库技术丛书:MariaDB必知必会》是国内首本关于MariaDB的中文版书籍,由畅销书作者Ben Forta亲笔撰写,MariaDB和MySQL创始人Michael”Monty”Widenius作序推荐,内容全面,讲解系统,为快速而全面地掌握MariaDB提供实用指南。
《数据库技术丛书:MariaDB必知必会》与作者另一本书《Sams Teach Yourself SQL in Ten Minutes》(该书是全世界最常用的SQL参考手册之一)的撰写风格类似,首先从简单的数据检索开始,然后逐步深入到复杂的主题,包括连接、子查询、正则表达式和全文本搜索、存储过程、游标、触发器、表约束条件等。《数据库技术丛书:MariaDB必知必会》系统讲解了SQL、MariaDB和MySQL的基本概念,并通过紧凑的章节设计,详细介绍MariaDB的基本操作语句及使用MariaDB进行应用开发的各种实用技术和方法。
Author Description

Ben Forta,Adobe公司开发技术推广部主管,从事产品开发、技术支持、培训和产品营销逾20年,在数据库设计与开发方面有丰富的经验。他是畅销书《Sams Teach Yourself SQL in Ten Minutes》的作者,这本书现已更新至第3版,并且被翻译成10多种语言。此外,他还撰写了《MySQL Crash Course》、《ColdFusion Web Application ConstructionKit》、《Advanced Cold FusionDevelopment》和《Sams Teach You rselfRegular Expressions in Ten Minutes》等。他还是互联网和数据库技术专栏作家。
Comments

★“Betl有将复杂的主题(真正理解SQL很复杂)用易于理解的方式陈述的本领。这本书是一本易读之作,它不仅详细讲解了MariaDB的基础知识,还介绍了一些复杂的高级主题,包括连接、正则表达式和触发器等。对于所有想要从MariaDB中快速获益的SQL新手,我强烈推荐阅读本书!”
——Michael“Monty”Widenius,MariaDB和MySQL创始人
Catalogue

译者序
前言
第1章 理解SQL
1.1 数据库基础
1.1.1 什么是数据库
1.1.2 表
1.1.3 列和数据类型
1.1.4 行
1.1.5 NULL
1.1.6 主键
1.2 什么是SQL
1.3 试一试
1.4 总结

第2章 MariaDB入门
2.1 什么是MariaDB
2.1.1 客户端/服务器软件
2.1.2 MySQL兼容性
2.2 MariaDB工具
2.2.1 mysql命令行
2.2.2 MySQL Workbench
2.3 总结

第3章 让MariaDB运行起来
3.1 数据库连接
3.2 选择数据库
3.3 了解数据库和表
3.4 总结

第4章 检索数据
4.1 SELECT语句
4.2 检索单独的列
4.3 检索多列
4.4 检索所有列
4.5 检索不同的行
4.6 限定结果
4.7 完全限定表名
4.8 注释
4.9 总结

第5章 对检索的数据排序
5.1 数据排序
5.2 以多列为标准排序
5.3 指定排序方向
5.4 总结

第6章 过滤数据
6.1 WHERE子句
6.2 WHERE子句操作符
6.2.1 检查单一值
6.2.2 检查不匹配
6.2.3 检查区间值
6.2.4 空值检查
6.3 总结

第7章 高级数据过滤
7.1 组合WHERE子句
7.1.1 AND操作符
7.1.2 OR操作符
7.1.3 理解优先级顺序
7.2 IN操作符
7.3 NOT操作符
7.4 总结

第8章 使用通配符过滤
8.1 LIKE操作符
8.1.1 百分号(%)通配符
8.1.2 下划线(_)通配符
8.2 使用通配符的技巧
8.3 总结

第9章 正则表达式搜索
9.1 理解正则表达式
9.2 使用正则表达式
9.2.1 基本字符匹配
9.2.2 执行OR匹配
9.2.3 匹配多个字符中的一个
9.2.4 匹配范围
9.2.5 匹配特殊字符
9.2.6 匹配字符类
9.2.7 匹配多个实例
9.2.8 锚点
9.3 总结

第10章 创建计算字段
10.1 计算字段
10.2 拼接字段
10.3 执行算术运算
10.4 总结

第11章 数据操作函数
11.1 理解函数
11.2 使用函数
11.2.1 文本操作函数
11.2.2 日期和时间操作函数
11.2.3 数值操作函数
11.3 总结

第12章 数据汇总
12.1 聚合函数
12.1.1 AVG()函数
12.1.2 COUNT()函数
12.1.3 MAX()函数
12.1.4 MIN()函数
12.1.5 SUM()函数
12.2 聚合不同值
12.3 组合聚合函数
12.4 总结

第13章 数据分组
13.1 理解数据分组
13.2 创建分组
13.3 过滤分组
13.4 分组和排序
13.5 SELECT子句顺序
13.6 总结

第14章 子查询
14.1 子查询简介
14.2 通过子查询过滤
14.3 使用子查询作为计算字段
14.4 总结

第15章 多表连接
15.1 连接
15.1.1 理解关系表
15.1.2 为什么使用连接
15.2 创建连接
15.2.1 WHERE子句的重要性
15.2.2 内连接
15.2.3 连接多个表
15.3 总结

第16章 创建高级连接
16.1 表别名
16.2 不同类型的连接
16.2.1 自连接
16.2.2 自然连接
16.2.3 外连接
16.3 带聚合函数的连接
16.4 连接和连接条件
16.5 总结

第17章 联合查询
17.1 理解联合查询
17.2 创建联合查询
17.2.1 UNION
17.2.2 UNION规则
17.2.3 包含还是移除重复行
17.2.4 对联合查询结果排序
17.3 总结

第18章 全文本搜索
18.1 理解全文本搜索
18.2 使用全文本搜索
18.2.1 启用全文本搜索支持
18.2.2 执行全文本搜索
18.2.3 查询扩展
18.2.4 布尔文本搜索
18.2.5 全文本搜索注意事项
18.3 总结

第19章 插入数据
19.1 理解数据插入
19.2 插入完整行
19.3 插入多行
19.4 插入检索到的数据
19.5 总结

第20章 更新和删除数据
20.1 更新数据
20.2 删除数据
20.3 更新和删除数据的准则
20.4 总结

第21章 创建和操作表
21.1 创建表
21.1.1 基本表创建
21.1.2 使用NULL值
21.1.3 再论主键
21.1.4 使用Auto_INCREMENT
21.1.5 指定默认值
21.1.6 引擎类型
21.2 更新表
21.3 删除表
21.4 重命名表
21.5 总结

第22章 视图
22.1 理解视图
22.1.1 为何使用视图
22.1.2 视图规则及限制条件
22.2 使用视图
22.2.1 使用视图简化连接
22.2.2 使用视图重新格式化检索的数据
22.2.3 使用视图过滤不需要的数据
22.2.4 使用视图创建计算字段
22.2.5 更新视图
22.3 总结

第23章 存储过程
23.1 理解存储过程
23.2 为什么使用存储过程
23.3 使用存储过程
23.3.1 执行存储过程
23.3.2 创建存储过程
23.3.3 删除存储过程
23.3.4 使用参数
23.3.5 构建智能存储过程
23.3.6 检查存储过程
23.4 总结

第24章 游标
24.1 理解游标
24.2 使用游标
24.2.1 创建游标
24.2.2 打开和关闭游标
24.2.3 使用游标数据
24.3 总结

第25章 触发器
25.1 理解触发器
25.2 创建触发器
25.3 删除触发器
25.4 使用触发器
25.4.1 INSERT触发器
25.4.2 DELETE触发器
25.4.3 UPDATE触发器
25.4.4 更多触发器相关信息
25.5 总结

第26章 管理事务处理
26.1 理解事务处理
26.2 控制事务
26.2.1 使用ROLLBACK
26.2.2 使用COMMIT
26.2.3 使用保存点
26.2.4 修改默认提交行为
26.3 总结

第27章 全球化和本地化
27.1 理解字符集和排序规则
27.2 使用字符集和排序规则
27.3 总结

第28章 安全管理
28.1 理解访问控制
28.2 用户管理
28.2.1 创建用户账户
28.2.2 删除用户账户
28.2.3 设置访问权限
28.2.4 修改密码
28.3 总结

第29章 数据库维护
29.1 数据备份
29.2 执行数据库维护
29.3 诊断启动问题
29.4 检查日志文件
29.5 总结

第30章 提升性能
30.1 关于提升性能
30.2 总结
附录A 开始使用MariaDB
附录B 样例表
附录C MariaDB数据类型
附录D MariaDB保留字

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