DuplicateKeyIndex

DuplicateKeyIndex

1st - 10th Grade

6 Qs

quiz-placeholder

Similar activities

Computer Quiz

Computer Quiz

10th Grade

10 Qs

Databases - Key Fields

Databases - Key Fields

3rd - 10th Grade

10 Qs

Heap

Heap

9th - 12th Grade

10 Qs

Database Management

Database Management

8th Grade

10 Qs

Is this an email account?

Is this an email account?

2nd - 5th Grade

10 Qs

SQL fun!

SQL fun!

7th Grade

11 Qs

Database Concept

Database Concept

9th - 12th Grade

10 Qs

DBMSImplemJoinCost

DBMSImplemJoinCost

1st - 10th Grade

6 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