Well, yes - relational see below.
> HOLAP = combination of both
HOLAP is a combination of ROLAP and MOLAP which are variations of OLAP. HOLAP allows storing part of the data in a MOLAP store and another part of the data in a ROLAP store. The degree of control that the cube designer has over this partitioning varies from product to product.
> ROLAP = star diagram like in access and sql
ROLAP does not require the pre-computation and storage of information.
It calculates information from a relational database and generate SQL queries when requested.
With ROLAP, it is possible to create additional database tables (summary tables or aggregations)
which summarize the data at any desired combination of dimensions.
HTH
Ivo Stoykov