tags:

views:

89

answers:

3

I am studying about cube and i am wonder, is there any databases out there that i can use to study cube?

thanks :)

+1  A: 

You can download Oracle from the Oracle site: http://www.oracle.com/technology/software/index.html

(Free to download, free to learn, unlimited evaluation)

edit1 OLAP cubes: http://www.oracle.com/technology/products/bi/olap/index.html group by cubes and rollup: http://www.psoug.org/reference/rollup.html

tuinstoel
thanks, that is very helpful.. i've been looking for databases for quite a while now
nikky
+1  A: 

Microsoft's AdventureWorks Database helps alot if you're using SQL Server. You can find it here: Samples

Justin Balvanz
thanks, it does help a lot
nikky
+1  A: 

Cubes and dimensional modeling use relational databases. It's just a particular technique for creating schemas that make reporting and drill down easier.

You can get packages that include tools to make the creation of cubes easier, but at their bottom they're using a relational database.

If you want to learn more about dimensional modeling you can't go wrong reading Ralph Kimball.

Any relational database will do: MySQL, PostgreSQL, SQLLite, Oracle, SQL Server - pick one.

duffymo