InterviewSolution
Saved Bookmarks
| 1. |
Which of the following are steps in query processing?(a) Parsing and translation(b) Optimization(c) Evaluation(d) All of the mentioned |
|
Answer» The correct option is (d) All of the mentioned Easiest explanation: Parsing and translation, optimization, evaluation are all the basic steps to process a query. |
|