单选题
在SQL Server中,建立表用的命令是()
A、create schema
B、create table
C、create view
D、create index
单选题
下列哪个不是SQL Server数据库文件的后缀名?()
A、.mdf
B、.ldf
C、.tif
D、.ndf
单选题
在SQL Server中, 下列()条语句用于事务回滚。
A、rollback
B、commit
C、rollback transaction
D、commit transaction
单选题
在SQL Server中, 系统存储过程以()为前缀
单选题
在SQL Server中,删除表中数据的命令是()
A、delete
B、drop
C、clear
D、remove
单选题
T-SQL中的输出语句是()
A、print
B、write
C、select
D、set
单选题
在SQL Server中,定义存储过程中的输出参数时,要在参数后使用()关键字
A、efault
B、output
C、input
D、with
单选题
在SQL Server中 , ( )作为批处理的结束标志。
A、RETURN
B、QUIT
C、GO
D、EXIT