DuplicateKeyIndex

DuplicateKeyIndex

1st - 10th Grade

6 Qs

quiz-placeholder

Similar activities

Cybersecurity Final Exam #2

Cybersecurity Final Exam #2

9th - 12th Grade

10 Qs

Grade 10, Unit 6.7, In-Class Assignment

Grade 10, Unit 6.7, In-Class Assignment

10th Grade

6 Qs

Keyboarding Techniques 2

Keyboarding Techniques 2

5th - 7th Grade

10 Qs

CodeHS Basic Data Structures in Python

CodeHS Basic Data Structures in Python

9th Grade - University

10 Qs

Information Processing - File Organization/Access

Information Processing - File Organization/Access

10th - 11th Grade

10 Qs

1. Flat File & Relational Databases

1. Flat File & Relational Databases

10th Grade

10 Qs

SIHALAL

SIHALAL

1st - 2nd Grade

10 Qs

Collection Point

Collection Point

1st 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