You need to id

题目

You need to identify the combinations of the Windows operating system and SQL Server 2005 version that will be the most appropriate for the new R&D configuration, which will include the Research, Parts, and Engineering databases.Which two combinations will be the most appropriate?()

  • A、Windows Server 2003 Enterprise Edition with SQL Server 2005 Enterprise Edition
  • B、Windows Server 2003 Datacenter Edition with SQL Server 2005 Enterprise Edition
  • C、Windows Server 2003 Standard Edition with SQL Server 2005 Enterprise Edition
  • D、Windows Server 2003 Enterprise Edition with SQL Server 2005 Standard Edition
参考答案和解析
正确答案:A,B
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You need to modify the STUDENTS table to add a primary key on the STUDENT_ID column. The table is currently empty. Which statement accomplishes this task?()

A. ALTER TABLE students ADD PRIMARY KEY _ id;

B. ALTER TABLE students ADD CONSTRAINT PRIMARY KEY (student_id);

C. ALTER TABLE students ADD CONSTRAINT stud_id_pk PRIMARY KEY student_id;

D. ALTER TABLE students ADD CONSTRAINT stud_id_pk PRIMARY KEY (student_id);

E. ALTER TABLE students MODIFY CONSTRAINT stud_id_pk PRIMARY KEY (student_id);


参考答案:D

第2题:

You need to restore some files from a file system. The file system was backed up from a snapshot.  Which command will correctly restore these files?()

  • A、 fssnap -i
  • B、 fssnap -r
  • C、 ufsrestore -i
  • D、 snaprestore -i

正确答案:C

第3题:

“请出示您的身份证。”译成英文是()。

A、May I have your passport

B、I will need to see your ID card,please.

C、Would you please show me your ID card

D、Would you please show me the contents


参考答案:C

第4题:

You executed the following procedure to collect statistics regarding an index:       SQL>ANALYZE INDEX EMP_ID VALIDATE STRUCTURE;   Which view will you use to determine whether you need to rebuild the index or not?() 

  • A、 INDEX_STATS
  • B、 DBA_INDEXES
  • C、 DBA_IND_COLUMNS
  • D、 V$OBJECT_USAGE

正确答案:A

第5题:

You are connected to Recovery Manager (RMAN) without a recovery catalog. There is no copy of the control file available. You want to restore the control file from an autobackup. To retrieve the autobackup,you need the database ID (DBID).  In which two sources would you find the DBID? ()

  • A、the trace file
  • B、the alert log file
  • C、an RMAN session log file
  • D、the server parameter file
  • E、the formatted name of a control file autobackup

正确答案:C,E

第6题:

Which two statements are true when configuring a domain-id? ()

A. The default OSPF domain-id is 127.0.0.1.

B. In most cases, a domain-id must be configured.

C. In most cases, you do not need to configure a domain-id.

D. For a layer 3 VPN connecting multiple OSPF domains, configuring a domain-id can help control LSA translations.


参考答案:C, D

第7题:

Which two statements are true when configuring a domain-id?()

  • A、The default OSPF domain-id is 127.0.0.1.
  • B、It most cases, a domain-id must be configured.
  • C、It most cases, you do not need to configure a domain-id.
  • D、For a layer 3 VPN connecting multiple OSPF domains, configuring a domain-id can help control LSA translations.

正确答案:C,D

第8题:

You are creating a Windows Communication Foundation (WCF) service that implements operations in a RESTful manner. You need to add a delete operation. You implement the delete method as follows:void DeleteItems(string id);You need to configure WCF to call this method when the client calls the service with the HTTP DELETE operation. What should you do?()

A. Add the WebInvoke(UriTemplate="/Items/{id}", Method="DELETE") attribute to the operation

B. Add the HttpDelete atribute to the operation

C. Replace the string parameter with a RemovedActivityAction parameter

D. Replace the return type with RemovedActivityAction.


参考答案:A

第9题:

You need to modify the STUDENTS table to add a primary key on the STUDENT_ID column. The table is currently empty.Which statement accomplishes this task?()

  • A、ALTER TABLE students ADD PRIMARY KEY student_id;
  • B、ALTER TABLE students ADD CONSTRAINT PRIMARY KEY (student _ id);
  • C、ALTER TABLE students ADD CONSTRAINT stud _ id _pk PRIMARY KEY (student _ id);
  • D、ALTER TABLE students MODIFY CONSTRAINT stud _ id _pk PRIMARY KEY (student _ id);

正确答案:C

第10题:

You are implementing an ASP.NET Web site that will be accessed by an international audience. The site contains global and local resources for display elements that must be translated into the language that is selected by the user. You need to ensure that the Label control named lblCompany displays text in the user’s selected language from the global resource file. Which control markup should you use?()

  • A、<asp:Label ID="lblCompany" runat="server" meta:resourcekey="lblCompany" />
  • B、<asp:Label ID="lblCompany" runat="server" Text="meta:lblCompany.Text" /> 
  • C、<asp:Label ID="lblCompany" runat="server" Text="<%$ Resources:lblCompanyText %>" />
  • D、<asp:Label ID="lblCompany" runat="server" Text="<%$ Resources:WebResources, lblCompanyText %>" />

正确答案:D

更多相关问题