InterviewSolution
Saved Bookmarks
| 1. |
What is difference between a Relational and an OLAP connection? |
|
Answer» The idea is basically if you need to access data from a table and regular RDBMS then your connection should be a relational connection but if your source is an application and data is stored in cube (multidimensional like Info cubes, Information models) then you would use an OLAP connection. Relational connection can only be created in IDT/UDT. OLAP can be created in both IDT and CMC. Another thing to note is relational connection (including HANA) will always produce a SQL statement to be fired from report while OLAP connection normally create a MDX statement. |
|