单项选择题
关系数据库管理系统能实现的专门关系运算包括( )。
A.排序、索引、统计
B.选择、投影、连接
C.关联、更新、排序
D.显示、打印、制表
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
在深度为6的满二叉树中,结点的个数为( )。
A.32
B.31
C.16
D.15
点击查看答案&解析
单项选择题
以下选项中能正确把c1定义成结构体变量的是( )。
A.typedef struct
int red;
int red;
int green;
int blue;
COLOR;
COLOR c1;
B.struct color c1
int red
int red;
int green
int blue;
;
C.stmctcolor
int red,
int green;
int blue;
c1;
D.struct
int red;
int green;
int blue;
c1;
点击查看答案&解析
相关试题
有以下程序: main() char k; int ...
以下程序运行后的输出结果是 【18】 。...
(48)~(50)以下程序的功能是:建立...
以下程序的功能是将字符串s中的数字字符放...
请在以下程序第一行的下划线处填写适当内容...