4NF Decomposition for Functional and Multivalued 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 has only functional and multivalued dependencies. A relation schema is in fourth normal form (4NF) if, whenever a nontrivial multivalued dependency holds for , then so does the functiunal dependency for every column name of . 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
- : size of database
- : number of functional dependencies
Related Problems
Filters
Computational Model
Randomization
Approximation
Algorithms Table
Displaying 2 of 2 algorithms
| See more | ||||
|---|---|---|---|---|
| Grahne and Räihä | 1983 | exponential | exponential | |
| Fagin | 1977 | exponential | exponential |
Reductions Table
Insuffient Data to display table
Other relevant algorithms
Insuffient Data to display table