SQL Server Indexes

SQL Server Indexes

Professional Development

10 Qs

quiz-placeholder

Similar activities

Project_Management

Project_Management

Professional Development

9 Qs

WDLQ

WDLQ

Professional Development

10 Qs

Python Libraries Series - Pandas

Python Libraries Series - Pandas

Professional Development

11 Qs

DBMS -23

DBMS -23

Professional Development

7 Qs

PYTHON EXCEPTION

PYTHON EXCEPTION

Professional Development

13 Qs

Multidimensional OLAP Cubes for Business Intelligence

Multidimensional OLAP Cubes for Business Intelligence

Professional Development

14 Qs

Repaso de Laravel

Repaso de Laravel

Professional Development

15 Qs

[Basic] Laravel quiz

[Basic] Laravel quiz

Professional Development

15 Qs

SQL Server Indexes

SQL Server Indexes

Assessment

Quiz

Computers

Professional Development

Medium

Created by

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

Used 17+ 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?