Multiple choice

Which one of the following steps is not involved in processing a query?

  1. Distribution

  2. Parsing and translation

  3. Optimizing

  4. Evaluation

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

 Distribution is dividing the data fields to their respectives, but query processing does not allow any kind of distribution. Query processing allows optimizing, evaluation and parsing and translation.