填空题

数据库管理系统常见的数据模型有层次模型、网状模型和______3种。

【参考答案】

关系模型
<上一题 目录 下一题>
热门 试题

填空题
若有以下定义和语句,sizeof(a)的值是______,sizeof(a.share)的值是______。struct date int day; int month; int year; union int share1; float share2; share; a;
填空题
若s是int型变量,且s=8,则s%3+(s+1)%3表达式的值为______。
相关试题
  • 软件生命周期包括8个阶段。为使各时期的任...
  • 下面程序的运行结果是______。 #in...
  • 以下程序的输出结果是______。 #in...
  • 以下程序运行后的输出结果是______。...
  • 以下程序的输出结果是______。 #in...