Multiple choice technology platforms and products

Identify the differences between an Infoset and a Multiprovider.

  1. Both Multiproviders and Infosets can contain all the info providers in BW.

  2. Queries built on Multiproviders use 'union' and queries on Infosets use 'join' to retrieve data from different info providers.

  3. Both Multiproviders and Infosets do not have data, but data is accessed from the basic info providers used in these objects.

  4. None of the above.

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Explanation

Multiproviders and Infosets are both composite data providers in SAP BW that access data from underlying basic providers. The key difference is that Multiproviders use a union operation to combine data from multiple providers, while Infosets use join operations to link related data. Both objects do not store physical data themselves, instead accessing it in real-time from their constituent providers.