题目内容

已使用DROP TABLE删除表,若要删除表上的视图,必须通过使用DROP VIEW手工删除

查看答案
更多问题

创建存储过程的片断如下:创建成功后,以下()调用方式是正确的。(选择一项) create procedure proc_score @passed int = 60, @count int output as select count(*) from scores where score

A. execute proc_score @count int output
B. declare @count int execute proc_score 70,@count output
C. declare @count int output execute proc_score 70,@count
D. execute proc_score 70,@count output

日志文件用于存放恢复数据库用的所有日志信息,每个数据库至少拥有一个日志文件,也可以拥有多个日志文件,其扩展名为.ldf

一个服务器只有一个数据库

日期函数DATEADD(DD,6, '02/27/2017')返回的日期为()。

A. 03/05/2017
B. 2017-03-05 00:00:00
C. 05-03-2017
D. 2017-03-05 00:00:00

答案查题题库