InterviewSolution
| 1. |
What Are Pass-through Functions And Why They Are So Called? Give Some Examples. |
|
Answer» Pass-through FUNCTIONS are MICROSTRATEGY way of generating DATABASE specific SQL construct which otherwise are not possible. These are called pass-through functions because Microstrategy does not check the actual SQL construct and DUMPS it as is on the database. Example include ApplySimple, ApplyComparison, ETC. Pass-through functions are Microstrategy way of generating database specific SQL construct which otherwise are not possible. These are called pass-through functions because Microstrategy does not check the actual SQL construct and dumps it as is on the database. Example include ApplySimple, ApplyComparison, etc. |
|