Database design first, second and third paradigm

Source: Internet
Author: User

The first paradigm has two tasks:

1, the elimination of duplicate data sets, the need to split the duplicate data sets into different tables;

2. Ensure that each column contains atomic data and that non-atomic columns should be split into atomic columns or split into other tables.

The second paradigm has two rules:

1, the table must conform to the first normal form condition;

2. Each column must depend on the entire key.

There are three rules of the third paradigm:

1, must conform to the second paradigm condition;

2, any column can not rely on non-key columns;

3. No derivative data is available.

This three paradigm condition requires that the data be split into smaller tables.

Database design first, second and third paradigm

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.