SQL Server Indexes

SQL Server Indexes

Professional Development

10 Qs

quiz-placeholder

Similar activities

Trg@home 1

Trg@home 1

Professional Development

10 Qs

Kubernetes

Kubernetes

Professional Development

10 Qs

Internet et le Web

Internet et le Web

Professional Development

15 Qs

MARKETING LECCION 3

MARKETING LECCION 3

Professional Development

10 Qs

Evaluación Seguridad de la información y Ciberseguridad

Evaluación Seguridad de la información y Ciberseguridad

Professional Development

11 Qs

24/01/2024

24/01/2024

Professional Development

15 Qs

CCNP-Route-Preassessment

CCNP-Route-Preassessment

Professional Development

15 Qs

DBMS-Transactions-Revision

DBMS-Transactions-Revision

Professional Development

12 Qs

SQL Server Indexes

SQL Server Indexes

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

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

Used 17+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?