InterviewSolution
| 1. |
Explain The Use Of Pass-through Functions. |
|
Answer» The PASS-through functions are the SPECIFIC DATABASE oriented SQL statements and constructs that are executed by the microstrategy WITHOUT checking semantics of the actual construct. They are called pass-through as they are not checked for CORRECTNESS by the microstrategy as such. ApplySimple, Applycomparison are two pass through functions that microstrategy usually applies. The pass-through functions are the specific database oriented SQL statements and constructs that are executed by the microstrategy without checking semantics of the actual construct. They are called pass-through as they are not checked for correctness by the microstrategy as such. ApplySimple, Applycomparison are two pass through functions that microstrategy usually applies. |
|