单项选择题

数据库DB、数据库系统DBS、数据库管理系统DBMS之间的关系是( )。

A.DB包括DBS和DBMS
B.DBMS包括DB和DBS
C.DBS包括DB和DBMS
D.没有任何关系
<上一题 目录 下一题>
热门 试题

单项选择题
下列描述正确的是( )。
A.表示m>n为true或m<n为true的表达式为m>n&&m<n
B.switch语句结构中必须有default语句
C.if语句结构中必须有else语句
D.如果至少有一个操作数为true,则包含”||”运算符的表达式为true
单项选择题
设有定义charstr[80]以下不能将输人数据nrst nsecond <CR)读取到数组str的语句是( )。
A.ciget(str,strlen(st);
B.cigetline(str,strlen(st);
C.cin>>str;
D.dread(str,strlen(st);
相关试题
  • 有如下程序: #include<iostream> usi...
  • 有如下程序: #include<iostream) usi...
  • 下列程序的输出结果为( )。 #include...
  • 若有如下程序: #include<iostream> u...
  • 若有如下程序: #include<iostream> u...