题目内容

英文缩写DBMS表示的是__

查看答案
更多问题

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

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

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

答案查题题库