What does it mean by Normalization of a Database? Definition: ”Normalization is the process of removing anomoly from a Database.” Removing Anomoly in a database is mainly concern with, Eliminating redundant data (Storing the data in more than one table with proper relationships among the tables) Ensuring data dependencies make sense (data is should be stored [...]
Archive for the ‘Database’ Category
Database Normalization
Posted in Database on February 16, 2009 | 1 Comment »
Understanding Database
Posted in Database on February 14, 2009 | Leave a Comment »
What is a Database? Definition: Database is a structured collection of records or data that is stored in a computer system i.e. Secondary Memory. One small question… Que : What’s the difference between Database & Data Structure? Ans : Database is concerned with the Secondary Memory (Hard Disk) of the machine where as Data Structure [...]