Multi-Layer_Secured_Virtual_Role-Based_Communication..pdf

Page 51

Online People Forum

8. DATABASE DESIGN The data design transforms the information domain model created during the analysis into the data structure that will be required to implement software. Normalization Normalization is a process of simplifying the relationship between data elements in a record. Through this technique, the collection of data in a record structure is replaced by successive record structure that is simpler and more predictable and therefore more manageable. KEYS PRIMARY KEY A Primary key is one, used to identify unique value of an attribute in a table. A primary key column in a table has special attributes.

It defines the column, as a

mandatory column i.e. the column can’t be left blank. The NOT NULL attribute is active. The data held across the column must be unique. FOREIGN KEY FOREIGN KEY represents relationship between tables foreign key is a column whose values are derived from the primary key or unique key of some other table. The table in which the foreign key used is called foreign table of detail table. The table that defines the primary or unique key and is referenced by the foreign key is called the primary key in the master table. NORMALIZATION IS CARRIED FOR FOLLOWING REASONS:

51

<<College name>><place>>


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.