DBMSImplemJoinCost

DBMSImplemJoinCost

1st - 10th Grade

6 Qs

quiz-placeholder

Similar activities

Access - Lesson 7

Access - Lesson 7

9th - 12th Grade

11 Qs

Working with tables

Working with tables

5th - 12th Grade

10 Qs

MOAC Excel 2016 Lesson 09

MOAC Excel 2016 Lesson 09

9th - 12th Grade

10 Qs

Stage 7A - MYSQL QUIZ-Feb code file

Stage 7A - MYSQL QUIZ-Feb code file

7th Grade - University

10 Qs

Access - Lesson 8

Access - Lesson 8

9th - 12th Grade

10 Qs

ICT - GRADE 6 - 1ST OCTOBER - 2021

ICT - GRADE 6 - 1ST OCTOBER - 2021

6th Grade

10 Qs

SQL SELECT

SQL SELECT

8th - 10th Grade

10 Qs

SQL fun!

SQL fun!

7th Grade

11 Qs

DBMSImplemJoinCost

DBMSImplemJoinCost

Assessment

Quiz

Computers

1st - 10th Grade

Hard

Created by

Ibolya Varga

Used 4+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Table Order has 10.000 records, 10 record/page, Table OrderDetails has 1.000.000 records, 20 records/page. Hash join between these tables has cost:

153.000

50.000

1000

3000

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Table Orders has 10.000 records, 10 record/page, Table OrderDetails has 1.000.000 records, 20 records/page. The system uses 102 frames in buffer pool to process the block nested loop join between these tables. The cost is:

501.000

50.000

51.000

550.000

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Table Order has 10.000 records, 10 record/page, Table OrderDetails has 1.000.000 records, 20 records/page. Tables are sorted on join attribute. Merge join between these tables has cost:

51.000

50.000

1.000

6.000

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Table Order has 10.000 records, 10 record/page, Table OrderDetails has 1.000.000 records, 20 records/page. Table OrderDetails has clustered B+ tree index on OrderID (the join attribute). Indexed nested loop join between these tables has cost:

81.000

50.000

51.000

510.000

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Table OrderDetail has 1.000.000 records, there are 10.000 different products uniformly distributed. Order table has 10.000 records. How many rows will have the result of the above query.

10.000

100

1.000.000

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Table OrderDetail has 1.000.000 records, Order table has 10.000 records there are 500 different customers uniformly distributed. How many rows will have the result of the above query.

100

20

2.000

10.000