Database Indexes

Database Indexes

3rd Grade

9 Qs

quiz-placeholder

Similar activities

Fiber Optics and Satellite

Fiber Optics and Satellite

KG - Professional Development

10 Qs

ENCOR-Cap 1

ENCOR-Cap 1

1st - 4th Grade

7 Qs

Computer -Its Working-Grade-3

Computer -Its Working-Grade-3

3rd Grade

10 Qs

Quiz Sesi Kedua

Quiz Sesi Kedua

1st - 12th Grade

10 Qs

Java Data Structures

Java Data Structures

1st - 10th Grade

10 Qs

Array in C

Array in C

3rd Grade

5 Qs

DuplicateKeyIndex

DuplicateKeyIndex

1st - 10th Grade

6 Qs

Q-DW02 Teradata Kuis

Q-DW02 Teradata Kuis

1st - 5th Grade

10 Qs

Database Indexes

Database Indexes

Assessment

Quiz

Computers

3rd Grade

Hard

Created by

Frank Neubüser

Used 26+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Tree Data Structures have proven particularly efficient for data retrieval in RDBMS?

A+ Trees

B+ Trees

C+ Trees

Binary Search Trees

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following are types of indexes except

Clustered index

Primary index

Secondary index

Composite index

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An index can be created on several data attributes at once.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which kind of index is a physically sorted data structure on unique data attributes?

Primary index

Clustered index

Secondary index

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_ indexes address each separate search key in one assigned tree node or leaf.

Dense

Sparse

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A primary index is by nature a _ index.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a non-clustered index?

It is used for sorting the data physically

It is used for faster retrieval of data based on key values

It is used for creating a clustered index

None of the above

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for creating an index in a database?

INSERT INDEX index_name ON table_name;

INSERT INDEX index_name ON database_name;

CREATE INDEX index_name ON database_name;

CREATE INDEX index_name ON table_name;

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Indexes can be deleted.

TRUE

FALSE