User can create a Database table in two ways:
1. Top-to-bottom approach:
In this approach, first fields are defined and later domain and data elements are defined.
2. Bottom-to-top approach:
In this approach, the first domain and data element are defined and later fields are defined.