InterviewSolution
Saved Bookmarks
| 1. |
What Is The Diff Between Compute And Estimate? |
|
Answer» If you use COMPUTE, The FTS will HAPPEN, if you use estimate just 10% of the table will be READ If you use compute, The FTS will happen, if you use estimate just 10% of the table will be read |
|