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

二级Visual FoxPro数据库程序设计(最新版)(附光盘1张+增值服务卡1张)

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

二级Visual FoxPro数据库程序设计(最新版)(附光盘1张+增值服务卡1张)

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

《全国计算机等级考试考点解析、例题精解与实战练习:二级Visual FoxPro数据库程序设计(最新版)》是按照教育部考试中心颁布的最新考试大纲和指定教材编写的。全书分12章来讲解计算机等级考试(二级VisualFoxPro)的知识,章节安排与教育部考试中心组织编写的《全国计算机等级考试二级教程——Visual FoxPro数据库程序设计》(2011年版)同步,主要从考试大纲要求、考试要点、真题链接和同步自测等方面来对各部分内容做系统的阐释,涉及的内容主要有:Visual FoxPro数据库基础、Visual FoxPro程序设计基础、Visual FoxPro数据库及其操作、关系数据库标准语言SQL、查询和视图、表单设计与应用、菜单设计与应用、报表设计与应用、应用程序的开发和生成、上机指导、笔试模拟试卷及答案分析、上机模拟试卷及答案分析等。《全国计算机等级考试考点解析、例题精解与实战练习:二级Visual FoxPro数据库程序设计(最新版)》具有考点浓缩、例题典型、讲解精练等特点,非常适合参加全国计算机等级考试(二级VisualFoxPro)的人员考前复习使用,也适合其他相关人员及等级考试培训班使用。
《全国计算机等级考试考点解析、例题精解与实战练习:二级Visual FoxPro数据库程序设计(最新版)》配有光盘。光盘中提供了笔试和上机考试两大软件系统,含有多套笔试与上机考试模拟题。两大软件系统均提供试题评析功能,此外所有上机试题均配有视频演示及关键注解。
Catalogue

第1章 Visual FoxPro数据库基础
1.1 数据库基础知识
考点1 数据库系统
1.2 关系数据库
考点2 关系模型
考点3 关系运算
1.3 Visual FoxPro系统概述
考点4 项目管理器
考点5 向导、设计器、生成器简介
考点6 Visual FoxPro使用的文件扩展名及其关联的文件类型
1.4 同步自测
1.5 同步自测答案

第2章 Visual FoxPro程序设计基础
2.1 常量与变量
考点1 常量
考点2 变量
考点3 内存变量常用命令
2.2 表达式
考点4 数字、字符与日期时间表达式
2.3 常用函数
考点5 数值函数
考点6 字符型函数
考点7 日期和时间函数
考点8 测试函数
2.4 程序与程序文件
考点9简单的输入输出命令
2.5 程序的基本结构
考点10 选择结构
考点11 循环结构
2.6 多模块的定义和调用
考点12 模块的定义和调用
考点13 参数传递
考点14 变量的作用域
2.7 同步自测
2.8 同步自测答案

第3章 Visual FoxPro数据库及其操作
3.1 Visual FoxPro数据库
考点1 创建数据库
3.2 创建数据库表
考点2 在数据库中创建表
考点3 修改表结构
3.3 表的基本操作
考点4 添加记录命令
考点5 删除记录命令
考点6 修改记录命令
考点7 查询定位命令
3.4 索引
考点8 基本概念
考点9 用命令创建索引
3.5 数据完整性
考点10 实体完整性与主关键字
考点11 域完整性与约束规则
考点12 参照完整性与表之间的关联
3.6 自由表
考点13 数据库表与自由表
3.7 多个表的同时使用
考点14 多工作区的概念
3.8 同步自测
3.9 同步自测答案

第4章 关系数据库标准语言SQL
4.1 一维数组的定义和引用
考点1 SQL概述
4.2 查询功能
考点2 查询功能
考点3 简单查询
考点4 简单的连接查询
考点5 嵌套查询
考点6 几个特殊运算符
考点7 排序
考点8 简单的计算查询
考点9 分组与计算查询
考点10 利用空值查询
考点11 内外层互相关联嵌套查询
考点12 使用量词和谓词的查询
考点13 Visual FoxPro SQLSELECT的几个特殊选项
4.3 操作功能
考点14 插入数据
考点15 更新数据
考点16 删除数据
4.4 定义功能
考点17 表的定义
考点18 表结构的修改
考点19 视图的定义
4.5 同步自测
4.6 同步自测答案

第5章 查询和视图
5.1 查询
考点1 查询的概念
考点2 查询设计器
考点3 使用查询
5.2 视图
考点4 视图的概念
考点5 创建视图
5.3 同步自测
5.4 同步自测答案

第6章 表单的设计与应用
6.1 面向对象的概念
考点1 对象与类
考点2 子类与继承
6.2 创建与运行表单
考点3 创建表单
考点4 运行表单
6.3 表单的属性和方法
考点5 常用的表单属性
考点6 常用的事件与方法
6.4 基本控件
考点7 标签
考点8 命令按钮
考点9 文本框
考点10 编辑框
考点11 复选框、列表框及命令组
6.5 容器型控件
考点12 命令组和选项组
考点13 表格
考点14 页框
6.6 同步自测
6.7 同步自测答案

第7章 菜单的设计与应用
7.1 下拉武菜单的设计
考点1 菜单设计的基本过程
考点2 定义菜单
7.2 同步自测
7.3 同步自测答案

第8章 报表的设计与应用
8.1 报表的设计和输出
考点1 报表的数据源
考点2 在报表中使用控件
考点3 报表输出
8.2 同步自测
8.3 同步自测答案

第9章 应用程序的开发和生成
9.1 连编应用程序
考点4 连编应用程序
9.2 同步自测
9.3 同步自测答案

第10章 上机指导
10.1 数据库中表的添加和移出
10.2 创建索引
10.3 使用SQL语句增加字段并设置有效性规则
10.4 使用SQL语句更新字段
10.5 创建数据库
10.6 建立表之间的关联
10.7 为建立的联系设置参照完整性约束
10.8 将表单居中显示
10.9 设置表单控件的大小
10.10 表单的控件布局
10.11 设置Tab键次序
10.12 创建项目
10.13 创建查询
10.14 设置命令按钮的属性
10.15 设置表单的属性
10.16 为命令按钮编写事件代码
10.17 在数据库中创建表
10.18 向表单添加新方法
10.19 创建快速报表
10.20 创建字段有效性规则
10.21 使用SQL语句将查询结果存储到永久表中
10.22 使用SQL语句删除记录
10.23 将表中记录以HTML文件格式保存
10.24 在表中增加字段
10.25 在表中修改记录
10.26 删除视图
10.27 使用SQL语句插入数据
10.28 使用SQL语句更新数据
10.29 将菜单文件生成可执行的菜单程序
10.30 菜单的设计
10.31 排序创建新表
10.32 使用sQL语句创建视图
10.33 命令按钮错误语句的修改
10.34 使用“查询设计器”创建查询
10.35 使用SQL语句进行查询
10.36 为顶层表单添加菜单
10.37 使用表单向导新建一个表单
10.38 使用“视图设计器”创建视图
10.39 表单中相关控件的操作
10.40 创建菜单
10.41 表格控件的使用
10.42 使用报表向导创建报表
10.43 表单的设计
10.44 菜单的设计
10.45 同步自测
10.46 同步自测答案

第11章 笔试模拟试卷及答案分析
11.1 笔试模拟试卷
笔试模拟试卷一
笔试模拟试卷二
笔试模拟试卷三
11.2 笔试模拟试卷答案分析
笔试模拟试卷一答案分析
笔试模拟试卷二答案分析
笔试模拟试卷三答案分析

第12章 上机模拟试卷及答案分析
12.1 上机模拟试卷
上机模拟试卷一
上机模拟试卷二
上机模拟试卷三
12.2 上机模拟试卷答案分析
上机模拟试卷一答案分析
上机模拟试卷二答案分析
上机模拟试卷三答案分析
Book Abstract

考点点拨:变量是指在程序运行前后其值可以改变的数据。考生应重点掌握变量的类型及定义,变量构成的表达式,数组的定义及数组的初始值。
变量值是能够随时更改的。每个变量都有一个变量名,程序代码通过变量名来访问变量的取值。变量名以字母、汉字和下划线开头,后接字母、数字、汉字和下划线构成。
Visual FoxPro的变量分为字段变量和内存变量两大类。由于表中的各条记录对同一个字段名可能取值不同,因此打开表之后表中的字段名就是变量,称为字段变量。内存变量是内存中的一个存储区域,变量值就是存放在这个存储区域里的数据,而变量的类型即为变量值的类型。在Visual FoxPro中,变量的类型可以改变,也就是说,可以把不同类型的数据赋给同一个变量。内存变量的类型可以是字符型、数值型、货币型、日期型和日期时间型。
(1)简单内存变量
向简单内存变量赋值不必事先定义,变量的赋值命令有以下两种格式。
格式1:=
格式2:STORETO
①采用格式1一次只能给一个内存变量赋值。采用格式2可以同时给若干个变量赋予相同的值,各内存变量名之间必须用逗号分开。
②在visual FoxPro中,一个变量在使用之前并不需要特别声明或定义。当给变量赋值时,如果该变量并不存在,那么系统会自动创建它。
③可以通过内存变量重新赋值来改变其取值和类型。
Introduction

全国计算机等级考试自1994年举办以来,得到了社会的广泛认可,在推广、普及计算机应用知识和技术,以及为用人单位录用和考核工作人员提供评价标准等方面发挥了重要的作用。全国计算机等级考试是目前国内参加人数最多、影响力最大的计算机类考试。
为了更好地服务于考生,引导考生尽快掌握计算机的先进技术,并顺利通过计算机等级考试,配合新考试大纲的推出,我们特别编写了本书。
本书分12章来讲解计算机等级考试(二级Visual FoxPro)的知识,章节安排与教育部考试中心组织编写的《全国计算机等级考试二级教程——Visual FoxPro数据库程序设计》(2011年版)同步,主要从考试大纲要求、考试要点、真题链接和同步自测等方面来对各部分内容做系统的阐释。涉及的内容主要有:Visual FoxPro数据库基础、Visual FoxPro程序设计基础、Visual FoxPro数据库及其操作、关系数据库标准语言SQL、查询和视图、表单设计与应用、菜单设计与应用、报表设计与应用、应用程序的开发和生成、上机指导、笔试模拟试卷及答案分析、上机模拟试卷及答案分析等。
与目前已出版的同类图书相比,本书具有如下特色:
1.考点浓缩精练。重点突出。本书将指定的考试内容进行浓缩,用言简意赅的语言精讲考试要点及重点难点,使考生更易于理解全国计算机等级考试的要求和范围,能在较短的时间内取得较大的收获。
2.例题选取精心,分析到位。书中的例题一部分选自近年全国计算机等级考试的真题,一部分是根据最新考试要求精心设计而成,具有典型性和针对性。所有例题均给出了详尽的分析,便于考生掌握完整的解题思路,以达举一反三、触类旁通之功效。
3.实战练习丰富。附有答案。本书针对考试过关,着重实战,每章均配有同步自测题。通过这些自测题可使考生对所学内容进行巩固与提高,最后还提供了几套模拟试题,便于考生检测自己的总体水平。所有习题、模拟题均配有答案,便于自测使用。
4.上机全面辅导,书盘结合。书中介绍了上机考试的环境、要点、考试题型等内容,并对最新上机考试真题进行了分类详解。光盘中提供了笔试和上机考试两大软件系统,含有多套笔试与上机考试模拟题,便于实战演练,感受全真环境。两大软件系统均提供试题评析功能便于考生自我检查学习效果,在答题中加深对考核知识要点的理解与掌握。特别地,所有上机试题均配有视频演示及关键注解,如同名师亲临现场,手把手教会考生解题过关。

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