单项选择题

当前打开的图书表中有字符型字段“图书号”,要求将图书号以字母 A 开头的图书记 录全部打上删除标记,通常可以使用命令______。

A.DELETE FOR 图书号="A"
B.DELETE WHILE 图书号="A"
C.DELETE FOR 图书号="A*"
D.DELETE FOR 图书号 LIKE "A%"
<上一题 目录 下一题>
热门 试题

单项选择题
下列关于创建报表的方法中,错误的是( )。
A. public class test{   public int x=0;   public test(int x )   {    this.x=x;   }  }
B. public class Test {   public int x=0;   public Test(int x ) {    this.x=x;    } }
C. public class Test extends T1 T2 {   public int x=0;   public Test(int x){    this.x=x;   }  }
D. protected class Test extends T2 {   public int x=0;   public Test(int x) {    this.x=x;   }  }
单项选择题
将编辑框的Read Only属性值设置为.T.,则运行时此编辑框中的内容( )。
A.将当前菜单设置为默认菜单
B.将屏蔽系统菜单,使菜单不可用
C.将系统菜单恢复为缺省的配置
D.将缺省配置恢复成Visual FoxPro系统菜单的标准配置
相关试题
  • 函数CHRTRAN( 科技信息 , 科技 , ...
  • 在 Visual FoxPro 中,如果要改变表单上...
  • 在“菜单设计器”中,要为定义的“编辑”菜...
  • 为“学生”表增加一个“平均成绩”字段的正...
  • 在调用“菜单设计器”后,“显示”菜单中会...