Domanda

  • What is database schema decomposition?
  • Why do we need decompositions?
È stato utile?

Soluzione

Probably what is meant by this is that you start with one general schema for your database and decompose this into more specific schemas.

A good choice of more specific schemas can be determined using FK constraints defined on the schema, like join dependencies etc.

Why do you need it? I believe it significantly helps with normalization and manageability.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top