A method of database design used by relational databases to model multidimensional data. A Star Schema usually contains two types of tables: fact and dimension. The fact table contains the measurement data, for example, the salary paid, vacation earned, etc. The dimensions hold descriptive data, for example, name, address, etc.