单项选择题
在数据库系统的组织结构中,下列( )映射把用户数据库与概念数据库联系了起来。
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.全部错误
点击查看答案&解析
相关试题
以下程序的功能是将字符串s中所有小写字母...
下面程序运行后的输出结果是______。...
下面程序的运行结果是______。#defi...
下面程序的运行结果是______。#incl...
以下程序的输出结果是______。#incl...