Star schema illustration

All measures in the fact table are related to all the dimensions that fact table is related to. In other words, they all have the same level of granularity.
A star schema can be simple or complex. A simple star consists of one fact table; a complex star can have more than one fact table.
Let's look at an example: Assume our data warehouse keeps store sales data, and the different dimensions are time, store, product, and customer. In this case, the sales fact table will be at the center of the diagram(above) and the dimension tables time, store, product, customer will be surrounded and are connected to fact table with primary key-foreign key relationship.

What is star schema?

