1. Trang chủ
  2. » Công Nghệ Thông Tin

The Real MTCS SQL Server 2008 Exam 70/432 Prep Kit- P107 ppt

5 79 0
Tài liệu đã được kiểm tra trùng lặp

Đang tải... (xem toàn văn)

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 5
Dung lượng 108,53 KB

Các công cụ chuyển đổi và chỉnh sửa cho tài liệu này

Nội dung

Which of the following data types is used in SQL Server 2008 to store XML data.. When you use CREATE XML INDEX syntax, what type of index are you creating.. No primary key has been assi

Trang 1

Self Test

1 Which of the following is a benefit of using XML data?

A Native to Windows

B Better performance

C Native to SQL Server

D Platform independent

2 Which of the following benefits can an XML index provide?

A Easy table access

B XML data type conversion

C Efficient query processing

D Access to ADO.NET

3 Which of the following is a SQL Server 2008 native XML feature?

A Ability to back up XML data

B Ability to set up server roles

C Ability to set up database roles

D Ability to set up SQL Agent proxies

4 Which of the following is the size limit of the XML data type?

A 2 MB

B 2 GB

C 2 KB

D 2 bytes

5 Which of the following data types is used in SQL Server 2008 to store XML data?

A Table

B bit

C XML

D Binary

Trang 2

6 When you use CREATE XML INDEX( ) syntax, what type of index are you

creating?

A A primary XML index

B A clustered index

C A secondary XML index

D A nonclustered index

7 You have a table containing columns with the XML data type No primary

key has been assigned yet, but indexes have been set up on a few of the other

table columns, including columns defined with the XML data type You want

to define the primary key Which of the following best describes what you can

do?

A Use the CREATE PRIMARY XML INDEX() syntax to create the primary

key

B Drop all indexes on the non-XML columns

C Drop all indexes on XML columns

D Drop the table and re-create, defining the primary key on the XML

column first

8 Which of the following DDL statements will create a primary XML index?

A CREATE XML INDEX()

B ALTER INDEX()

C DROP INDEX()

D CREATE PRIMARY XML INDEX()

9 Which of the following DDL statements will disable a XML index?

A CREATE XML INDEX()

B ALTER INDEX [SD_XML_Data_customerAddress] ON XML_Table

C DROP INDEX()

D ALTER INDEX [SD_XML_Data_customerAddress] ON XML_Table

DISABLE

Trang 3

10 What happens to secondary indexes if the primary XML index is dropped?

A Nothing happens to secondary indexes They remain defined on the table

B Secondary indexes will be dropped

C Non-XML indexes are dropped

D All XML and non-XML indexes are dropped

11 What effect does dropping a secondary XML index have on a table that has a primary XML index defined?

A The primary XML index is automatically dropped and needs to be re-created

B All secondary indexes will be dropped

C Only the XML index defined in the DDL statement will be dropped There is no effect on other indexes

D All XML and non-XML indexes are dropped

12 Which of the following has been deprecated in SQL Server 2008?

A HTTP endpoints

B Native XML Web Services (SOAP/HTTP endpoints)

C Web Services

D XML storage

13 Which of the following SQL Server 2008 editions does not support HTTP endpoints?

A Express edition

B Enterprise edition

C Developer edition

D Web edition

14 When creating the endpoint, what happens when the STATE argument is set

to STARTED?

A The endpoint is started, and it is actively listening for connections

B The endpoint will not start until after the database server has been

restarted

Trang 4

C The endpoint will start when SQL Agent calls it.

D The endpoint will start when a user requests it

15 How can you easily test an endpoint to ensure that it is working?

A Type the URL of the endpoint into a query window of the SQL Server

Management Studio and click on execute.

B Create a new test web service that consumes the endpoint

C Run the URL from the DOS command prompt

D Browse to the endpoint URL in the add web reference screen in Visual

Studio

16 Which of the following program languages can be used when creating Web

Services?

A BASIC

B COBOL

C Action Script

D C#

17 What does the XQuery Query() method do?

A Returns XML data that matches a query

B Returns the node of the query

C Returns an extracted value from an XML document

D Checks for the existence of a value in an XML document

18 Which of the following are extensions of the XQuery modify( ) method?

A Update

B Delete

C Exists

D Nodes

19 If you want to identify a set of nodes within an XML document, which of the

following is used?

A SELECT

B XQuery

Trang 5

C EXISTS

D XPath

20 Which of the following is an expression type for XPath?

A Approximate

B Binary

C Unicode

D Node

Ngày đăng: 07/07/2014, 00:20