DBMSImplemJoinCost

DBMSImplemJoinCost

1st - 10th Grade

6 Qs

quiz-placeholder

Similar activities

Database Fundamentals

Database Fundamentals

KG - University

10 Qs

MOAC Excel 2016 Lesson 09

MOAC Excel 2016 Lesson 09

8th - 12th Grade

10 Qs

CLASS VI - ICT - WEEK 6

CLASS VI - ICT - WEEK 6

6th Grade

10 Qs

Y10. Database (Quiz 3)

Y10. Database (Quiz 3)

4th - 7th Grade

10 Qs

9IGCSE DB Flash cards

9IGCSE DB Flash cards

9th Grade

8 Qs

Database Fundamentals

Database Fundamentals

10th Grade

10 Qs

Microsoft Access

Microsoft Access

10th Grade

10 Qs

ICT - GRADE 6 - 3RD WEEK AUGUST 2021

ICT - GRADE 6 - 3RD WEEK AUGUST 2021

6th Grade

10 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