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

Access数据库应用教程

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

Access数据库应用教程

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

《Access数据库应用教程》根据“中国高等院校计算机基础教育课程体系”组织编写。
丛书的特点:
坚持面向应用的方向,以应用为中心构建课程体系。
准确定位,合理取舍内容,切合实际需要。
采用“提出问题-解决问题-归纳分析”的新的教学三部曲。
写法通俗易懂,易于理解,便于教学,容易入门。
品种丰富,涵盖面广。包括必修课教材、选修课教材、教学辅导书、实训教材、参考书等。
著名计算机教育家谭浩强教授亲自组织和指导.有经验的专家和骨干教师参与编写,教材质量高。
丛书包含4个系列:
基础教材系列
涵盖了计算机公共基础课程的教材。
应用型教材系列
适合作为培养应用性人才的本科院校和基础较好、要求较高的高职高专学校的主干教材。
实用技术教材系列
针对应用型院校和高职高专院校所需掌握的技能技术编写的教材。
实训教材系列
应用型本科院校和高职高专院校都可以选用这类实训教材。
Content Description

《Access数据库应用教程》是作者在多年数据库技术教学实践基础上编写的,全书以一个完整的数据库应用系统案例为基础,通过大量的实例,介绍了Access数据库技术的相关知识以及使用Mirosoft Access开发数据库应用系统的完整过程。
全书以案例贯彻始终,系统讲授Access数据库的基本操作和基本知识,主要内容包括数据库系统的基础知识,Access数据库及其对象表、查询、窗体、报表、数据访问页、宏和模块的创建及应用,VBA编程基础和应用系统开发等相关知识。书后还配有适量的习题和上机操作题,使读者能够在学习过程中提高操作能力和实际应用能力。
《Access数据库应用教程》可作为高等院校学生学习数据库应用技术课程的教材,也可以作为学生自主学习的教材。
Author Description

谭浩强教授:我国著名计算机教育专家,计算机普及和高校计算机基础教育开拓者之一,现任全国高校计算机基础教育研究会会长。他创造了3个世界纪录:(1)20年来他(及其合作者)共编著出版了140余部计算机著作,此外主编了300多部计算机书籍,是出版科技著作数量最多的人。(2)他编著和主编的书发行量近5000万册,是读者最多的科技作家。(3)他和別人合作编著的《BASIC语言》发行了1250万册,创科技书籍发行量的世界纪录。他善于用读者容易理解的方法和语言说明复杂的概念。许多人认为他“开创了计算机书籍贴近大众的新风”,为我国的计算机普及事业做出了重要的贡献。
Catalogue

第1章 数据库技术基础
1.1 数据库的基本概念
1.1.1 一个数据库应用系统案例及分析
1.1.2 数据库的相关概念
1.1.3 数据模型
1.2 关系型数据库的基本概念
1.2.1 基本概念
1.2.2 关系运算
1.2.3 关系的完整性
1.3 Access系统概述
1.3.1 Access的功能和特性
1.3.2 Access集成环境和基本操作
1.4 思考与练习

第2章 数据库操作
2.1 Access数据库的组成
2.2 创建数据库
2.2.1 利用向导创建数据库
2.2.2 直接创建空数据库
2.3 数据库打开与关闭
2.3.1 打开数据库
2.3.2 关闭数据库
2.4 思考与练习

第3章 表
3.1 表的概念
3.1.1 表的结构
3.1.2 字段的数据类型
3.2 创建表
3.2.1 创建表结构
3.2.2 输入数据
3.3 表的属性设置
3.3.1 设置字段显示格式
3.3.2 设置字段的小数位数、输入掩码
3.3.3 设置有效性规则和有效性文本
3.3.4 查阅属性的设置
3.4 表的编辑
3.4.1 修改表结构
3.4.2 编辑表中的数据
3.4.3 表的复制、删除和重命名
3.5 创建索引和表间的关系
3.5.1 创建索引
3.5.2 创建表间的关系
3.5.2 子表的使用
3.6 表的使用
3.6.1 记录排序
3.6.2 记录筛选
3.6.3 记录的查找与替换
3.6.4 表的显示格式设置
3.7 思考与练习

第4章 查询
4.1 查询概述
4.1.1 查询的概念
4.1.2 查询的类型
4.1.3 查询视图
4.1.4 创建查询方法
4.1.5 运行查询
4.2 选择查询
4.2.1 简单查询
4.2.2 查询中的连接类型
4.2.3 查询中条件的设置
4.2.4 在查询中进行计算和统计
4.3 交叉表查询
4.4 参数查询
4.5 操作查询
4.5.1 删除查询
4.5.2 更新查询
4.5.3 追加查询
4.5.4 生成表查询
4.6 使用向导创建查询
4.6.1 简单查询向导
4.6.2 交叉表查询向导
4.6.3 查找重复项查询向导
4.6.4 查找不匹配项查询向导
4.7 SQt一查询
4.7.1 SQL语言的特点
4.‘7.2 SQL一语言的数据定义功能
4.7.3 SQL一语言的数据操纵功能
4.7.4 SQL一语言的数据查询功能
4.7.5 SQ[一视图
4.8 思考与练习

第5章 窗体
5.1 窗体概述
5.1.1 窗体的基本类型
5.1.2 窗体的视图
5.2 创建窗体
5.2.1 创建自动窗体
5.2.2 使用向导创建窗体
5.3 在设计视图中创建窗体
5.3.1 窗体的设计视图
5.3.2 控件
5.3.3 向窗体中添加控件
5.3.4 控件的基本操作
5.4 窗体的整体设计与使用
5.4.1 设置窗体的页眉和页脚
5.4.2 窗体外观设计
5.4.3 窗体的使用
5.5 设置自动启动窗体
5.6 思考与练习

第6章 报表
6.1 报表概述
6.1.1 报表的概念
6.1.2 报表的类型
6.1.3 报表的组成
6.1.4 报表的视图
6.2 创建报表
6.2.1 自动创建报表
6.2.2 使用向导创建报表
6.3 在设计视图中创建报表
6.3.1 创建简单报表
6.3.2 报表的排序、分组和计算
6.3.3 子报表
6.3.4 多列报表
6.4 编辑报表
6.4.1 设置文本型信息的显示效果
6.4.2 为报表添加图像和线条
6.4.3 在报表中插入日期和时间
6.4.4 在报表中插入页码
6.5 打印报表
6.5.1 页面设置
6.5.2 打印报表
6.6 思考与练习

第7章 数据访问页
7.1 数据访问页概述
7.1.1 数据访问页的概念
7.1.2 数据访问页的类型
7.1.3 数据访问页与窗体和报表的差异
7.1.4 数据访问页的视图
……

第8章 宏
第9章 VBA编程基础
第10章 数据库的维护与安全
参考文献
Book Abstract

3)数据库
数据库是数据库系统的核心,是数据库系统的主体结构,是数据库系统的管理对象,是为用户提供数据的信息源。
4)人员
数据库系统的人员是指管理、开发和使用数据库系统的全部人员,主要包括数据库管理员、系统分析员、应用程序员和用户。其中,数据库管理员负责全面地管理和控制数据库系统;系统分析员负责应用系统的需求分析和规格说明确定软、硬件配置、系统的功能及数据库概念模型的设计;应用程序员负责设计和编写应用程序的程序模块,并进行调试和安装;最终用户通过应用程序使用数据库。
1.1.3数据模型
数据模型是用来抽象、表示和处理现实世界中的数据和信息的工具,是反映客观事物及客观事物之间联系的数据组织的结构和形式。
在数据库技术中,用数据模型描述数据的整体结构,包括数据的结构和性质、数据之间的联系、完整性约束以及数据变换规则等。数据模型应该结构简单、易于在计算机上实现,而且能够比较真实地反映客观事物之间的联系。数据模型是数据库设计人员、程序员和最终用户之间进行交流的工具。
数据模型可以分为两种形式:概念模型和实现模型。通常先将现实世界中的一个系统抽象为概念模型,它既不依赖于任何计算机系统,也不依赖于具体的数据库管理系统,然后把概念模型转换为与某一个具体数据库管理系统相关联的数据模型,即实现模型。在实际应用中,人们所说的数据模型是指实现模型。
1.概念模型
概念模型是现实事物之间的一种抽象,它表示数据的逻辑特性,从概念上表示数据库中将要存储的信息,而不涉及这些信息在数据库中的存储形式。最常见的是实体一联系(E-R)图。
1)实体
实体是指客观存在并相互区别的事物及其事物之间的联系。例如,一个学生、一门课程、学生的一次选课、一次考试等都是实体。
2)属性
属性是指实体所具有的某一特性。例如,学生的学号、姓名、性别、出生年月、系、入学时间等都是属性。
Introduction

进入21世纪,计算机成为人类常用的现代工具,每一个有文化的人都应当了解计算机,学会使用计算机来处理各种的事务。
学习计算机知识有两种不同的方法:一种是侧重理论知识的学习,从原理入手,注重理论和概念;另一种是侧重于应用的学习,从实际入手,注重掌握其应用的方法和技能。不同的人应根据其具体情况选择不同的学习方法。对多数人来说,计算机是作为一种工具来使用的,应当以应用为目的、以应用为出发点。对于应用性人才来说,显然应当采用后一种学习方法,根据当前和今后的需要,选择学习的内容,围绕应用进行学习。
学习计算机应用知识,并不排斥学习必要的基础理论知识,要处理好这二者的关系。在学习过程中,有两种不同的学习模式:一种是金字塔模型,亦称为建筑模型,强调基础宽厚,先系统学习理论知识,打好基础以后再联系实际应用;另一种是生物模型,植物并不是先长好树根再长树干,长好树干才长树冠,而是树根、树干和树冠同步生长的。对计算机应用性人才教育来说,应该采用生物模型,随着应用的发展,不断学习和扩展有关的理论知识,而不是孤立地、无目的地学习理论知识。
传统的理论课程采用以下的三部曲:提出概念一解释概念一举例说明,这适合前面第一种侧重知识的学习方法。对于侧重应用的学习者,我们提倡新的三部曲:提出问题一解决问题一归纳分析。传统的方法是:先理论后实际,先抽象后具体,先一般后个别。我们采用的方法是:从实际到理论,从具体到抽象,从个别到一般,从零散到系统。实践证明这种方法是行之有效的,减少了初学者在学习上的困难。这种教学方法更适合于应用型人才。
检查学习好坏的标准,不是“知道不知道”,而是“会用不会用”,学习的目的主要在于应用。因此希望读者一定要重视实践环节,多上机练习,千万不要满足于“上课能听懂、教材能看懂”。有些问题,别人讲半天也不明白,自己一上机就清楚了。教材中有些实践性比较强的内容,不一定在课堂上由老师讲授,而可以指定学生通过上机掌握这些内容。这样做可以培养学生的自学能力,启发学生的求知欲望。

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