单项选择题

在数据库系统的组织结构中,下列( )映射把用户数据库与概念数据库联系了起来。

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

单项选择题
下列程序的输出结果是( )。 #include stdio.h main() { struct st { int y,x,z;}; union {long i;int j; char k;} un; printf( %d,%d n ,sizeo(struct st),sizeof(un)); }
A.6,2
B.6,4
C.8,4
D.8,6
单项选择题
若变量都已正确说明,则以下程序段( )。 #include<stdio.h> main() {int a=8; int b=6; printf(a>b &&&a=%d : !!!b=%d ,a,b); }
A.输出为:&&&a=8
B.输出为:!!!b=8
C.输出为:&&&a=8 !!!b=6
D.全部错误
相关试题
  • 有以下程序 #include<stdio.h> main...
  • 若输入bcdefgh、m、abcdefg,以下程序的输...
  • 下面程序的运行结果是( )。 #include...
  • 设有关键码序列(66,13,51,76,...
  • 以下4个选项,不能看作一条语句的是( )。