4NF Decomposition for Conflict-Free Dependency Sets

4NF Decomposition is the problem of decomposing a relation schema into fourth normal form (4NF). This variation specifies that the input dependency set is conflict-free. A relation schema RR^* is in fourth normal form (4NF) if, whenever a nontrivial multivalued dependency XYX \rightarrow \rightarrow Y holds for RR^*, then so does the functiunal dependency XAX \rightarrow A for every column name AA of RR^*. Intuitively all dependencies are the result of keys. In particular a 4NF relation schema can have no nontrivial multivalued dependencies that are not functional dependencies.

Parameters

  • nn: size of database
  • kk: number of functional dependencies

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 1 of 1 algorithms

See more
Lien1982O(k^2 n^2)O(k^2)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Displaying 1 of 1 other relevant algorithms