DuplicateKeyIndex

DuplicateKeyIndex

1st - 10th Grade

6 Qs

quiz-placeholder

Similar activities

Computer Quiz

Computer Quiz

10th Grade

10 Qs

Databases - DBMS

Databases - DBMS

1st - 11th Grade

10 Qs

ASK T3 KOD ARAHAN 4.1.5

ASK T3 KOD ARAHAN 4.1.5

5th Grade

10 Qs

Software and its types

Software and its types

5th Grade

10 Qs

MS Access

MS Access

7th Grade

10 Qs

Database Management Sytem

Database Management Sytem

10th Grade

11 Qs

Database Management System

Database Management System

10th Grade

10 Qs

T2W07ICTHw- Grade 8C

T2W07ICTHw- Grade 8C

8th Grade

10 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