Craig Willey
Quiz por , criado more than 1 year ago

College C192 Databases Quiz sobre C192 / Query Processing, criado por Craig Willey em 30-06-2020.

5
0
0
Craig Willey
Criado por Craig Willey aproximadamente 4 anos atrás
Fechar

C192 / Query Processing

Questão 1 de 10

1

The data cache or ____ is a shared, reserved memory area that stores the most recently accessed data blocks in RAM.

Selecione uma das seguintes:

  • buffer cache

  • procedure cache

  • SQL cache

  • permanent storage

Explicação

Questão 2 de 10

1

If there is no index, the DBMS will perform ____.

Selecione uma das seguintes:

  • a loop scan

  • a range scan

  • a row ID table access scan

  • a full table scan

Explicação

Questão 3 de 10

1

One measure that determines the need for an index is the ____ of the column you want to index. ____ refers to the number of different values a column could possibly have.

Selecione uma das seguintes:

  • database Statistics

  • data sparsity

  • primary key

  • query optimization

Explicação

Questão 4 de 10

1

____ is the central activity during the parsing phase in query processing.

Selecione uma das seguintes:

  • database Statistics

  • data sparsity

  • SQL query

  • query optimization

Explicação

Questão 5 de 10

1

For Optimizer Hints, ____ instructs the optimizer to minimize the overall execution time, that is, to minimize the time it takes to return all rows in the query result set. This hint is generally used for batch mode processes.

Selecione uma das seguintes:

  • ALL_ROWS

  • FIRST_ROWS

  • INDEX(name)

  • OPTIMIZATION_ROWS

Explicação

Questão 6 de 10

1

For Optimizer Hints, ____ instructs the optimizer to minimize the time it takes to process the first set of rows, that is, to minimize the time it takes to return only the first set of rows in the query result set. This hint is generally used for interactive mode processes.

Selecione uma das seguintes:

  • ALL_ROWS

  • FIRST_ROWS

  • INDEX(name)

  • OPTIMIZATION_ROWS

Explicação

Questão 7 de 10

1

The ____ must be set large enough to permit as many data requests to be serviced from cache as possible.

Selecione uma das seguintes:

  • Data cache

  • SQL cache

  • Sort cache

  • Optimizer mode

Explicação

Questão 8 de 10

1

The ____ stores the most recently executed SQL statements (after the SQL statements have been parsed by the optimizer).

Selecione uma das seguintes:

  • Data cache

  • SQL cache

  • Sort cache

  • Optimizer mode

Explicação

Questão 9 de 10

1

The ____ is used as a temporary storage area for ORDER BY or GROUP BY operations, as well as for in-dex-creation functions.

Selecione uma das seguintes:

  • Data cache

  • SQL cache

  • Sort cache

  • Optimizer mode

Explicação

Questão 10 de 10

1

Most DBMSs operate in one of two optimization modes: cost-based or rule-based. Others automatically de-termine the ____ based on whether database statistics are available.

Selecione uma das seguintes:

  • Data cache

  • SQL cache

  • Sort cache

  • Optimization mode

Explicação