题目内容

数据库系统一般由__、__、__、__及__等五部分组成

查看答案
更多问题

创建存储过程的语句是()

ALTER PROCEDURE
B. DROP PROCEDURE
CREATE PROCEDURE
D. INSERT PROCEDURE

在对表进行诸如__、__、__操作时,SQLServer就会自动执行触发器所定义的SQL语句

阅读下面一段代码,代码的输出结果是Integerin1=newInteger(10);Integerin2=newInteger(10);Integerin3=10;Integerin4=10;System.out.print(in1==in2);System.out.print(in1==in3);System.out.print(in3==in4)()

A. true true true
B. false false true
C. false false false
D. false true false

在Java中,以下定义数组的语句正确的是(选一项)*()

A. int t[10] = new int[];
B. char a[] = hefg;
C. int t[] = new int[10];(正确答案)
D. double d = new double[10];

答案查题题库