Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

Q: What is normalization?

Add comment
Views: 555
Votes: 2
Comments: 0
A:
Database normalization is a data design and organization process applied to data structures based on rules that help build relational databases. In relational database design, the process of organizing data to minimize redundancy. Normalization usually involves dividing a database into two or more tables and defining relationships between the tables. The objective is to isolate data so that additions, deletions, and modifications of a field can be made in just one table and then propagated through the rest of the database via the defined relationships
Others in this Category
document What is Dirty Read ?
document What is De-normalization?
document What is Log Shipping?
document What are different types of Collation Sensitivity?
document What are the Advantages of using CTE?
document What is NOLOCK?
document What is Isolation Levels?
document Q: Please explain Outer Join in SQL
document What are primary keys and foreign keys?
document How to copy data from one table to another table?
» More articles



RSS