填空题

在关系模型中,把数据看成一个二维表,每一个二维表称为一个 【5】 。

【参考答案】

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

单项选择题
单击命令按钮时,下列程序的执行结果是 Private Sub Command1_Click() Dim a As Integer, b As Integer, c As Integer a=3:b :4:c =5 Print SecProc ( c, b, a) End Sub Function FirProc(x As Integer, y As Integer, z As Integer) FirProc:2 * x + y + 3 * z+2 End Function Function SecProc( x As Integer, y As Integer, z As Integer) SecProc = FirProc ( z, x, y) + x + 7 End Function
A.20
B.25
C.37
D.32
填空题
将代数式转换成程序设计中的表达式为 【2】 。
相关试题
  • 有如下事件过程:Private Sub Form Acti...
  • 下列程序的功能是:将数据1,2,..,8...
  • 下列程序的功能是:当x<50时,y =0....
  • 下列事件过程的功能是:建立一个名为Datal...
  • 如果存在如下过程:Private Function Fun...