DBA > Job Interview Questions > Microsoft SQL Server Database Administrator Exam

What is the meaning of Data Normalization?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What is the meaning of Data Normalization?

Data Normalization is the process of reducing data to its canonical form. It is usually a process of breaking a table of a large number of columns into multiple tables with less columns in each table and using foreign keys to estalish relations them.

(Continued on next question...)

Other Job Interview Questions