normalization estate exercise

  • if its the usually unf to 3nf its very easy but my school have their own method and if its difficult I will be glad but its impossible some times.

    this are the rules..

    Un-normalised Form – UNF: Transfer all identifiable attributes from the sample to a list ensuring each attribute has a unique name; structure the list according to the repeating groups (a repeating group is defined as any group of one or more attributes which has [regular sets of] multiple values for a single value of the initial key); choose an initial key for the RDA

    First Normal Form – 1NF: Separate into new relations each repeating group, generating appropriate keys for each relation: this means choosing a key for the group and propagating (copying) the key of the relation from which the group was separated as part of the key of the new relation; any single-valued attributes remain with the initial key

    Second Normal Form – 2NF: Separate into new relations any attributes dependent on only part of each compound key along with their non-key attribute(s); the original compound keys are left intact (along with any dependent attributes)

    Third Normal Form – 3NF:

    Separate into new relations any attributes dependent on other non-key attributes along with their key attribute(s); foreign keys are retained in the original relation

    Check compound keys for any redundant parts – if any part of a compound key can be determined by the rest of the key, demote the attribute(s) to non-key status (these may also be foreign keys)

    ...could be easy in theory

  • This exercise is a lot easier to understand if you have some data to work with. It's easier to see repeating fields if you have a table structure. The usual dead giveaway is the fact that each repeating column ends with a subscript (a number).... e.g. Toxicity1, Toxicity2, ... etc.

Viewing 2 posts - 16 through 16 (of 16 total)

You must be logged in to reply to this topic. Login to reply