Normalization and Database Programming

September 29th, 2008 by admin

In order to avoid redundancy of data, principles of normalization are used during the process of database design programming. During the phase of physical modeling of database design programming, it is essential to define objects at the schema level. It is important to ensure that the resulting physical database design is created in such a manner that it is scalable. Also, it is the responsibility of the database administrator to program the Database management system so that minimum downtime of database is ensured. The process of database design usually consists of several steps that are carried out by a database designer.

Posted in Technology