单项选择题

下列模式中,能够给出数据库物理存储结构与物理存取方法的是______ .

A.内模式
B.外模式
C.概念模式
D.逻辑模式
<上一题 目录 下一题>
热门 试题

单项选择题
判断字符型变量ch是否为大写英文字母,应使用表达式______ .
A.ch>='A'& ch<='Z'
B.ch:='A'||ch>='Z'
C.'A'<=ch<='Z'
D.ch>='A'&& ch<='Z'
单项选择题
已知程序中已经定义了函数test,其原型是int test(int,int,int);,则下列重载形式中正确的是______ 。
A.char test (int,int,int);
B.double test(int,int,double);
C.int test (int,int,int=0);
D.float test(int,int,float=3.5F);
相关试题
  • 下列程序输出结果是 【13】 。 includ...
  • 下列程序的输出结果是 【15】 。 #in...
  • 下面是用来计算n的阶乘的递归函数,请将该...
  • 与成员访问表达式p→name 等价的表达式是...
  • 下列程序的输出结果是 【11】 。 #in...