domain key paradigm

王林
Release: 2023-09-17 10:45:04
forward
1384 people have browsed it

domain key paradigm

#A relationship is in DKNF when there are no insertion or deletion exceptions in the database. Domain key normalization is the highest form of normalization. The reason is that insert and update exceptions have been removed. Constraints are validated through domain and key constraints.

Only when the table is in 4NF, 3NF, etc., the table is in domain-key normal form. It is based on constraints-

Domain constraints

The value of the attribute has a set of values, for example, EmployeeID should be four digits-

##0921 Tom 33 0922 Jack #31
EmpID EmpName EmpAge

Key constraints

Attributes or combinations thereof are candidate keys

General constraints

Predicate on the set of all relations.

Each constraint should be a logical sequence of domain constraints and key constraints that apply to the relationship. DKNF has less practical utility.

The above is the detailed content of domain key paradigm. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!