Database Indexes

Database Indexes

3rd Grade

9 Qs

quiz-placeholder

Similar activities

FYIT Quiz 1

FYIT Quiz 1

KG - 5th Grade

10 Qs

IT Quiz

IT Quiz

2nd - 5th Grade

10 Qs

Grade 3 _ Internet

Grade 3 _ Internet

3rd Grade

10 Qs

Postest Struktur data

Postest Struktur data

1st - 5th Grade

10 Qs

Quiz 5 (28.07.2021)

Quiz 5 (28.07.2021)

1st - 12th Grade

10 Qs

Struktur Kod Arahan

Struktur Kod Arahan

3rd Grade

7 Qs

Typing

Typing

KG - University

12 Qs

ICT Primary 3

ICT Primary 3

3rd Grade

7 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