2019vfp新题

发布 2020-02-25 18:01:28 阅读 2997

新题一:(83题)

新题二:(84题)

新题3:(85题)

新题4:(86题)

新题5:(87题)

新题6:(88题)

新题7:(89题)

新题8:(90题)

90套题参***:

2.1 文件:

select 编号,姓名,出生日期,名称 as 部门名称 from 职工,部门 where 职工。部门编号=部门。部门编号 and 名称="销售部";

and (year(出生日期)=1985 or year(出生日期)=1986 or year(出生日期)=1987 or year(出生日期)=1988 or year(出生日期)=1989) order by 出生日期,编号 into dbf cyqk

3.“查询”按钮**。

a=select 姓名,性别,出生日期,编号 from 职工,部门 where 部门。部门编号=职工。部门编号 and 名称=a order by 编号 into dbf tableone"

89套题参***。

select 职称级别,基本工资 from 职称表 where 职称名="教授" into dbf order by 基本工资。

2.1 create table 职称系数表 (职称名 c(6),职称系数 f(10,2)) 有错误。

insert into 职称系数表 value ("教授" ,1.4)

insert into 职称系数表 value ("副教授" ,1.3) &有错误。

insert into 职称系数表 value ("讲师" ,1.2)

insert into 职称系数表 value ("助教" ,1.0)

select 姓名, 系号,课时*80*职称系数+基本工资 as 应发工资;

from 职称系数表,教师表,职称表有错误。

where 职称表。职称级别 = 教师表。职称级别 ;

and 职称表。职称名 = 职称系数表。职称名; &有错误。

into dbf

order by 系号 desc,应发工资。

88套题:2.2 select 客户名,count(*)as 订购总册数,数量*单价 as 金额 from order,orderitem,goods where order.

订单号=orderitem.订单号 and orderitem.图书号=goods.

图书号 order by 金额 desc group by 客户名 into dbf apptwo

select 客户名,图书名,金额 from orderview where 数量=1 order by 客户名,金额 desc into dbf result

87套。2.1select month(签订日期) as 月份,count(*)as 订单数 from order where year(签订日期)=2007 order by 月份 group by 月份 into dbf tableone

3查询:a=

select 签订日期,orders.订单号,姓名 as 客户名,goods.商品名,单价,数量 from orders,orderitems,goods,customers where 签订日期》=a and orders.

订单号=orderitems.订单号 and orderitems.商品号=goods.

商品号 and orders.客户号=customers.客户号 order by 签订日期,orders.

订单号,goods.商品名 into table tablethree

86套。2.1 select *from myview where left(客户名,2)="吴" order by 客户名,订单号,图书名 into dbf mytable

85套。3.“统计”

select 姓名 as 客户名,count(*)as 订单数 from customers,orders where year(签订日期)=2007 and customers.客户号=orders.客户号 order by 订单数 desc,客户名 group by 订单号 into dbf tabletwo

退出”set sysmenu to default

set sysmenu nos**e

84套。1.3 dele from student where 学号="s3"

2.2改错。

close dbf

private no,money

use scust

下面的一行语句有错误。

select 顾客号,sum(数量*单价)as 应付款 ;

from order join comm on order.商品号 = comm.商品号 ;

group by 顾客号 ;

into cursor ls

select scust

下面的一行语句有错误。

do while .

no = 顾客号。

select ls

locat for 顾客号 = no

money = 应付款。

select scust

*下面的一行语句有错误。

update scust set 应付款= money

skip +1

enddoclose table

return

select order.顾客号,order.商品号,商品名,单价,数量,单价*数量 as 金额 from cust,order,comm where cust.

顾客号=order.顾客号 and order.商品号=comm.

商品号 into dbf xx

a=select 顾客号,商品号,商品名,单价,数量,金额 from xx where 顾客号=a order by 商品号 into dbf tjb"

83套。1.4 create table 销售明细表(顺序号 c(6)primary key,日期 d,商品号 c(6),商品名 c(10),金额 n(10,2))

2.2 注意:查询设计器需要分组“按顾客号分组”

3.“查询”

select 顾客号,顾客名,地址 from cust where 顾客号= into dbf tabb"

select order.商品号,商品名,单价,数量,单价*数量 as 金额 from order,comm where comm.商品号=order.

商品号 order by order.商品号 into dbf tabc"

2019VFP练习卷

满分 213分。姓名 1 单项选择题 本题共计113分 1 通过设置主文件来指定应用程序在执行时的 入口 程序。在下列的文件类型中,不可作为主文件的是d a 程序。b 表单。c 菜单。d 类库。2 项目管理器 窗口中共分6个选项卡,用来分类显示各数据项。其中,菜单项目位于 选项卡中。d a 数据 b...

2019VFP综合设计

沈阳师范大学。vfp综合程序设计实验报告。实验题目 查询设计。学号 10016107 姓名 崔强强 院系 文学院。指导教师 张岩。提交日期 2011.5.23 成绩评语。一 实验目的 掌握文本框 标签 命令按钮 的属性和使用。掌握sql命令的使用。二 实验内容及要求 设计一个成绩查询程序,要求在文本...

2024年春vfp

一 项目,数据库和表操作 12分 1 在jxsj数据库中创建如下 中所示的表结构,表名为并设置相关属性。1 设置bxdh字段的注释 自动编号。2 设置je字段的输入掩码 采用会计格式 即例如 1,234,457 3 设置je字段的有效性规则 大于等于一万,且小于一千万。4 设置表的触发器 不能删除 ...