Three main paradigms of Oracle

Source: Internet
Author: User

Paradigm: A rule for designing a database definition,

Three paradigms, flexible use, human thought is living
A paradigm
1, there is no redundant data
Records in the same table cannot have duplicate----so the primary key (must have)
2, each field must be non-divided information (columns are not allowed to be divided)
Depending on the situation, such as a social security number, save a lot of information, but in fact, the whole of the ID card is saved, this time there is no need to split
In another case, you need to save two of the same type of data, and then subdivide it according to the specific situation
Redundancy of information Another situation:
One field is age, one field is birthday, information content is redundant
Two paradigms (Prerequisites: First in accordance with the first paradigm):
Eliminate partial dependencies
Mainly for many-to-many association tables

The third paradigm (premise: First satisfies the second paradigm):
Eliminate delivery dependencies
Mainly for a one-to-many relationship

Three main paradigms of Oracle

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.