当前位置:国家开放大学(数据库基础与应用)题库

问题:

[问答题]

根据下面所给的AAA数据库,写出下列每条查询语句的执行结果,或者写出下列每条语句或程序段的功能。 假设存在名为AAA的数据库,包括Students(学号char(8),姓名varchar(8),年龄int,专业varchar(20),入学日期DateTime)和Score(学号char(8),课程名varchar(10),成绩numeric(5,2))两张表。

create procedure xxk5
(
@a char(8),@b varchar(10),@c numeric(5,2)
)
as
begin
insert into score
values(@a,@b,@c)
end

You need to design an administrative control strategy for Denver administrators. What should you do?() ["Create a security group named HelpDesk. Add the HelpDesk group to the Enterprise Admins group in both domains","Create a security group named HelpDesk. Add the HelpDesk group to the Domain Admins groups in both domains","Add the Domain Admins group in the litwareinc.com domain to the Domain Admins group in the contoso.com domain. Delegate full control of the litwareinc.com domain to the Domain Admins group in the contoso.com domain","Create a security group named HelpDesk for each office. Delegate administrative tasks to their respective OU or domain.Delegate full control of the contoso.com domain to the Domain Admins group from the litwareinc.com domai"] Your network consists of a single Active Directory domain. You have a Web server named server1.contoso.com that runs Windows Server 2003 Service Pack 2 (SP2). Users access a Web site on Server1 by using the URL http://server1.contoso.com.  Users also access the Web site on Server1 by using the URL http://192.168.1.10. You need to configure DNS to enable users to access the Web site by using the URL http://www.contoso.com. The solution must prevent the need to manually update DNS if the IP address of Server1 changes. Which type of resource record should you create in DNS?() ["alias (CNAME)","host (A)","host (AAAA)","host information (HINFO)"] 学习迁移的概念。 信用证申请书反面的内容是申请人对开证行的声明,用以明确双方责任。 单击路径面板底部的填充或描边路径按钮都是使用()对路径进行填充或描边操作。 ["背景色","前景色","图案","画笔工具"]

根据下面所给的AAA数据库,写出下列每条查询语句的执行结果,或者写出下列每条语句或程序段的功能。 假设存在名为AAA的数据库,包括Students(学号char(8),姓名varchar(8),年龄int,专业varchar(20),入学日期DateTime)和Score(学号char(8),课程名varchar(10),成绩numeric(5,2))两张表。

create procedure xxk5
(
@a char(8),@b varchar(10),@c numeric(5,2)
)
as
begin
insert into score
values(@a,@b,@c)
end

参考答案:

  参考解析

本题暂无解析

在线 客服