vf上机答案

发布 2022-09-05 11:01:28 阅读 7629

6612在文件中存放:

update tabb set日期= 13在文件中存放:

select distinct * from taba into table tabc21在文件中存放:use tabascan

x = b**2 - 4*a*cif x >=0

xx1 = b + sqrt(x))/2*a)xx2 = b - sqrt(x))/2*a)

replace x1 with xx1,x2 with xx2else

replace x1 with .null.,x2 with .null.,note with "无实数解"endifendscan

22 select * from taba where note = 无实数解" into table tabd3autocenter处选择“.t. -真”

**grid1,在其“属性”的recordsourcetype处选择“4 - sql说明”。双击“查询”命令按钮。

= "select学号,姓名,年龄,性别,班级,注册日期from学生表;

where注册日期=ctod(alltrim(年龄desc into cursor lsb"

select学号,姓名,年龄,性别,班级,注册日期;from学生表;

where注册日期= ctod(alltrim( by年龄desc into table lsuse tabezap

append from lsuse

6721文件正确的内容如下:

select销售表。部门号,部门表。部门名,销售表。商品号,商品**表。商品名,;

销售表。一季度利润+销售表。二季度利润+销售表。三季度利润+销售表。四季度利润as年销售利润;

from (销售表inner join部门表on销售表。部门号=部门表。部门号);

inner join商品**表;

on销售表。商品号=商品**表。商品号;where销售表。年度= "2006";

order by销售表。部门号, 5 desc into table taba

22select部门表。部门号,部门名, sum(一季度利润)一季度利。

润,sum(二季度利润)二季度利润,sum(三季度利润)三季度利润,sum(四季度利润)四季度利润;from部门表,销售表;

where部门表。部门号=销售表。部门号and年度= "2005";group by部门表。部门号;

order by销售表。部门号into table account3x1 = alltrim( =alltrim(

= "select销售表。商品号,商品名,一季度利润,二季度利润,三季度利润,四季度利润;

from销售表join商品**表on销售表。商品号=商品**表。商品号;

where部门号= x1 and年度= x2 into cursor lsb"

select销售表。商品号,商品名,一季度利润,二季度利润,三季度利润,四季度利润;

from销售表join商品**表on销售表。商品号=商品**表。商品号;

where部门号= x1 and年度= x2 into table xs&x1

6812default处选择。t.。

= val( close data

alter table order add总金额n(7,2)返回过程”中输入下列语句:set sysmenu nos**e

set sysmenu to default

显示\常规选项”菜单项,在“常规选项”对话框的“位置”框中选中“追加”

6913“表单\新建方法程序”输入“mymethod”单击“方法程序”选项卡,找到。

mymethod”用户自定义过程处并双击鼠标。在编辑窗口中,输入“wait "文本框的值是"+ window”。

14选中label1标签中,在其“属性”的caption处“在s字符前插入\<”

3.选中command1命令按钮,双击其按钮,在其编辑窗口输入“

3双击“确定”按钮,在“编辑窗口中输入下列程序select*fromorderwhereexists(select*fromorderitemwhere订单号=order.订单号and商品号= into tabletmptable

select tmptable.订单号,客户名,签订日期,商品名,单价,数量from tmptable,orderitem,goods ;

wheretmptable.订单号=orderitem.订单号andorderitem.

商品号=goods.商品号and goods.商品号= by tmptable.

订单号;

into table tablethree

7022selectorder.订单号,签订日期,goods.商品名,goods.单。

价,orderitem.数量;

from order, orderitem, goods ;

where order.订单号=orderitem.订单号and orderitem.

商品号=goods.商品号and客户名= ;order by order.订单号,商品名;into table tabletwo3close data

create table tablethree(商品名c(20),总金额n(7,2))返回过程”中输入下列语句:set sysmenu nos**eset sysmenu to defaul

显示\常规选项”菜单项,在“常规选项”‘追加”

7112alter table课程表add unique课程号tag temp

14缺少while,应改为:do while i>=文件中共有4处需要修改:

1. select课程号from课程表where课程名="数据结构" intoarray a

2. use教师表。

3. scan for课程号=a and工资》=40004. sum=sum+1

3“组合框”控件combo1,在其“属性”的rowsource处输入“a”,在rowsourcetype处选择“5 -数组”

load event”并双击,在“窗口中输入下列语句。public a(3)a(1)=3000a(2)=4000a(3)=5000输入后并保存。

编辑窗口中输入命令组,接着关闭编辑窗口。if * from教师表where工。

资》=val( into dbf salary order by工资desc,姓名。

elseselect*from教师表where工资7212第2行发现循环的条件不正确,应改为:do while i>=1

14altertable教师表alter职工号setcheckleft(职工号,4)="1102"并此语句存放到文件中。21本小题共有4个语句是错误的。

第1处:create table工资表(职工号c(8) primary key,姓名c(6) ,工资n(10,2))

第2处:insert into工资表values ("11020034","宣喧",4500)第3处:update工资表set工资=工资*1.

1 where工资<3000第4处:delete from工资表where姓名="thomas"3在“新建菜单”对话框中,单击“快捷菜单”,select学院表。系名, **g(工资)平均工资top 3;

from大学管理!教师表inner join大学管理!学院表;on教师表。系号=学院表。系号;group by教师表。系号;

order by 2 desc into dbf sa_three建立表单。

双击其“属性”的rightclick event,在“中输入语句:do with this

7311打开表employee文件use employee

2. copy stru to emp_bak

12index on职员号tag empid candidate

14显示报表文件可用的语句是:report form employee preview并把此语句存放到中。

22程序已经给出第2和第3行有错,所以应改为:第2行:from employee p join employee c ;

第3行:on p.组别=c.组别where c.职务="组长" and c.姓名<>p.姓名;

3“编辑窗口中输入下列语句,接着关闭编辑窗口。emp=

select订单号,客户号,签订日期,金额from order where职员号=emp order by签订日期into dbf t&

查询“命令”“do form form_three”。

退出”菜单项的“结果”处选择“命令”,在“选项”处输入“set sysmenu todefa”

VF上机练习答案

1.按教材p129 130建表。2.完成以下查询。1 查询在北京或者广州上班的职工信息并按工资升序排列。select from 职工 where 仓库号 in select 仓库号 from 仓库 where 城市 in 北京 广州 order by 工资。2 查询不在北京或者广州上班的职工信息并按...

vf第3次上机 答案

在 学生管理 数据库中有三张表文件,表名以及主要字段如下 学生 学号 姓名 性别 年龄 年龄是数值型,其余为字符型。成绩 学号 课程号 成绩 成绩是数值型,其余为字符型。课程 课程号 课程名 均为字符型。注意在使用sql命令前无需使用use命令打开表。1 查询所有年龄在19岁以下的学生姓名及年龄。命...

VF第二章上机题

一 在d盘以自己 学号 后2位 名字 建立文件夹,把它设置为默认目录。并且打开。菜单 工具 选项 文件位置卡默认目录修改 选中复选框设置目录确定设置为默认值确定。二 常量 变量。1 常量。1 35 17结果 2 学习visual foxpro06.0 结果 3 28.34567结果 4 结果 6 f...