当前位置:MCTS(70-431)题库

问题:

[单选]

You are modifying a table named Product in a SQL Server 2005 database. You want to add a new column named FriendlyName to the Product table. A friendly name for each product will be stored in this column. The table currently contains data. The sales department has not yet created a friendly name for each product. FriendlyName is a required value for each product. You want to add this new column by using the least amount of effort.
What should you do?()

A . Define the new column as NULL.Update the FriendlyName column to the same value as the productName column. Alter the FriendlyName column to be NOT NULL.
B . Define the new column as NOT NULL with a default value of ’Undefined.’
C . Define the new column as NULL. Use application logic to enforce the data constraint.
D . Define the new column as NULL with a default value of ’Undefined.&rsquo

你正为你公司的所有电脑配置WindowsXP专业版。你将皮埃尔的Windows98笔记本电脑升级为WindowsXP专业版。升级后。皮埃尔说他原先的一些老的应用程序不能正常工作了,而且发现其中一个硬件不支持WindowsXP专业版。皮埃尔要求你恢复原来的Windows98系统和他所有的应用程序,让他的电脑能够正常工作。你怎样才将皮埃尔的电脑恢复到升级前的状态,而且花费最少的时间?() 将皮埃尔的文档和个人数据拷贝到网络的共享目录下,重新安装Windows98系统和应用,然后再从共享目录中将文档和个人数据拷回到皮埃尔的电脑中。 在皮埃尔的电脑中放入Windows98系统盘,运行Setup.exe。 在皮埃尔的电脑中,用添加/删除程序向导来卸载WindowsXP专业版的安装项目。 在皮埃尔的电脑中,使用第三方磁盘映像软件工具做一个包含文件Windows98系统和皮埃尔应用的镜像。 货币作为清偿债务的职能叫()。 世界货币。 价值尺度。 支付手段。 流通手段。 您开发一个名为FileService 的服务应用程序。您将该服务应用程序部署到网络上的多台服务器。 您执行以下代码段。(包括的行号仅供参考。) 01 public void StartService(string serverName){ 02 ServiceController crtl = new 03 ServiceController(" Certkiller App29"); 04 if (crtl.Status == ServiceControllerStatus.Stopped){ 05 } 06 } 您需要开发一个例程,如果FileService 停止,该例程将启动它。该例程必须在由serverName 输入参数确定的服务器上启动FileService。 您应该将哪两行代码添加到代码段?()(每个正确答案都仅给出了部分解决方案。请选择两个答案。) Servername是指机器的名字。 在03 行和04 行之间插入以下代码行:crtl.ServiceName = serverName;。 在03 行和04 行之间插入以下代码行:crtl.MachineName = serverName;。 在03 行和04 行之间插入以下代码行:crtl.Site.Name = serverName;。 在04 行和05 行之间插入以下代码行:crtl.Continue();。 在04 行和05 行之间插入以下代码行:crtl.Start();。 在04 行和05 行之间插入以下代码行:crtl.ExecuteCommand(0)。 电子商务系统英文缩写是()。 CE。 CRM。 ERP。 SCM。 下面哪种类型的图层可以将图像自动对齐和分布?()  调节图层。  链接图层。  填充图层。  背景图层。

You are modifying a table named Product in a SQL Server 2005 database. You want to add a new column named FriendlyName to the Product table. A friendly name for each product will be stored in this column. The table currently contains data. The sales department has not yet created a friendly name for each product. FriendlyName is a required value for each product. You want to add this new column by using the least amount of effort.
What should you do?()

参考答案:

  参考解析

本题暂无解析

在线 客服