DuplicateKeyIndex

DuplicateKeyIndex

1st - 10th Grade

6 Qs

quiz-placeholder

Similar activities

IDs and Classes

IDs and Classes

9th - 12th Grade

10 Qs

Quizizz Keyboarding

Quizizz Keyboarding

4th - 6th Grade

10 Qs

Administración del DOM con JS

Administración del DOM con JS

10th Grade

10 Qs

Evaluasi Javascript 5

Evaluasi Javascript 5

10th Grade

10 Qs

HTML Forms - What do you remember?

HTML Forms - What do you remember?

10th - 12th Grade

9 Qs

TLE 7 CSS Module 2 Part 1 - Activity: Classification

TLE 7 CSS Module 2 Part 1 - Activity: Classification

7th - 8th Grade

10 Qs

Technology Basics Q1

Technology Basics Q1

5th - 10th Grade

11 Qs

Excel Screen ID

Excel Screen ID

9th - 12th Grade

11 Qs

DuplicateKeyIndex

DuplicateKeyIndex

Assessment

Quiz

Computers

1st - 10th Grade

Medium

Created by

Ibolya Varga

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Possible structure for duplicate keys in tree index:

key, list of record_ids

key+record_id

data record

key, list of primary keys

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many blocks will read the DBMS to find 50 records satisfying the K = c condition in a a heap organized data file with 1.000.000 records 10 records on one page and having one unclustered B+tree index on K (non-unique search key)

53

8

1.000.000

100.00

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many blocks will read the DBMS to find 50 records satisfying the K = c condition in a heap organized data file with 1.000.000 records 10 records on one page and having one clustered B+tree index on K (non-unique search key)

53

100

8

3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to optimize B+ tree index is important:

to maximize the fan-out

to maximize the index entry size

to maximize the height of the tree

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many blocks will read the DBMS to find in table MoviesActors(MovieID, ActorID) 20 records satisfying the MovieID = c condition in a heap organized data file with 1.000.000 records 10 records on one page and having one clustered B+tree index on (MovieID+ActorID).

3

4

5

100.000

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many blocks will read the DBMS to find in table MoviesActores(MovieID, ActorID) 20 records satisfying the ActorID = c condition in a heap organized data file with 1.000.000 records 10 records on one page and having one clustered B+tree index on (MovieID+ActorID).

3

4

5

100.000