I come from a background developing database driven applications. I am now trying to understand Data Warehouse concepts. I have seen plenty of questions here asking about the differences between fact tables; dimensions and measures e.g. here. I understand the differences. I have bought a book on Data Warehouse design using SQL Server and I am working through it.
I do not understand the difference between dimensions in a multidimensional database (SSAS instance) and tables in a relational database. Is it just a difference of terminology? i.e. a dimension is a table?
For example, if you look at this star schema, here; the dimensions contain foreign keys, attributes etc. What is the difference between a dimension and a relational database table?