Data Modelling is the invisible architecture that structures your data so it is fast accurate and scalable.

It is the process of identifying, organizing and defining the types of data a business collects and the relationship between them.

Joins

1.Left OuterJoin

Keeps all rows from the first(left) table and adds the matching rows from the second (right) table.