SQL Server Indexes

SQL Server Indexes

Professional Development

10 Qs

quiz-placeholder

Similar activities

Sesión 07 : Diccionarios

Sesión 07 : Diccionarios

Professional Development

10 Qs

IAT 1 - PART B

IAT 1 - PART B

Professional Development

15 Qs

SQL Tuning Tools

SQL Tuning Tools

Professional Development

10 Qs

The G-Quizz Part 2

The G-Quizz Part 2

Professional Development

6 Qs

Data Storage

Data Storage

University - Professional Development

15 Qs

DP-300

DP-300

Professional Development

15 Qs

DBMS SESSION 21

DBMS SESSION 21

Professional Development

8 Qs

PHP tutorial review

PHP tutorial review

Professional Development

15 Qs

SQL Server Indexes

SQL Server Indexes

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Катерина Балик

Used 16+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The leaf nodes contain the data pages of the underlying table ... in which index type?

Nonclustered

Spatial

Clustered

Unique

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Table without a clustered index is called

Heap

Hash

B tree

Nonclustered table

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Nonclustered indexes can not be created on tables stored as a heap.

True

False

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Indexes are automatically created when PRIMARY KEY and UNIQUE constraints are defined on table columns.

True

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which code snippet can be used to create clustered index ?

ALTER TABLE dbo.ProductVendor CREATE CLUSTERED INDEX (VendorID)

ALTER TABLE dbo.ProductVendor ADD INDEX (VendorID)

CREATE INDEX IX_ProductVendor_VendorID ON dbo.ProductVendor (VendorID);

CREATE CLUSTERED INDEX IX_ProductVendor_VendorID ON dbo.ProductVendor (VendorID);

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which index option specifies a percentage that indicates how full the Database Engine should make the leaf level of each index page during index creation or rebuild?

FILLFACTOR

FULLFACTOR

PAD_INDEX

PERCENTAGE

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Renaming an index causes the index to be rebuilt.

True

False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?