You are on page 1of 2

Field Name Data Type Length Attribute/condition Description

User Name String 10 Varchar Unique


identification

Password String 20 Alphanumeric Password should


be above 3

TABLE DESIGN

Field Name Data Type Length Attribute/condition Description


Name String 10 Varchar Unique
identification

User Name String 10 Varchar Unique


identification

Password String 20 Alphanumeric Password should


be within 15

Re-Type String 15 Alphanumeric Password should


password be within 15

Email String 20 Alphanumeric Mail ID should be


varcharacter

Address String 20 Alphanumeric Select the exact


Address
State String 10 Character Choosing the
state
City String 10 Character Select exact city

NORMALIZATION
 Normalization is the process of organizing the data in the database.

 Normalization is used to minimize the redundancy from a relation or set of

relations. It is also used to eliminate the undesirable characteristics like

Insertion, Update and Deletion Anomalies.

 Normalization divides the larger table into the smaller table and links them

using relationship.

 The normal form is used to reduce redundancy from the database table.

 Normalization Forms for Accented Characters in Java. Text Normalization

is the process of “standardizing” text to a certain form, so as to enable,

searching, indexing and other types of analytical processing on it. ... Clearly

we need to normalize these two different representations to a fixed standard

You might also like