InterviewSolution
Saved Bookmarks
| 1. |
What Do You Mean By Trimming Of The Sql Queries? |
|
Answer» Trimming of the SQL REFERS to the clean up and OPTIMIZATIONS that are applied to the query at the MSTR level using VLDB settings. The main thing that is achieved by the trimming is the removal of the unwanted cross joins and the other COMPLEX operations Trimming of the SQL refers to the clean up and optimizations that are applied to the query at the MSTR level using VLDB settings. The main thing that is achieved by the trimming is the removal of the unwanted cross joins and the other complex operations |
|