单项选择题

若内存变量名与当前的数据表中的一个字段"student"同名,则执行命令student后显示的是( )。

A.LOCATE FOR性别=″男″NEXT2
B.LOCATE FOR性别=″男″
C.LOCATE FOR性别=″男″ CONTINUE
D.LIST FOR性别:″男″NEXT2
<上一题 目录 下一题>
热门 试题

单项选择题
下列关于创建报表的方法中,错误的是( )。
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;   }  }
单项选择题
在表单中,有关列表框和组合框内选项的多重选择,正确的叙述是( )。
A.自由表
B.数据库表
C.自由表或数据库表
D.都不能设置
相关试题
  • 单个用户使用的数据视图的描述称为( )。
  • 下列叙述中,错误的是( )。
  • 关系模型允许定义3类数据约束,下列不属于...
  • 为用户与数据库系统提供接口的语言是( )。
  • 已知二叉树后序遍历序列是dabec,中序遍历...