Answer Posted / ganesh
Normalization is the process of splitting a table into
smaller units to avoid redundancy and reducing the retrieval
time of a data. Let consider if your table having more than
one million records. Now you want to pick up the name or
data of a particular person in a table. It will take much
time to display the data. To overcome this drawback we user
normalization.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which join condition can be specified using on clause?
What is rowid in sql?
What does (*) mean in sql?
Is there any restriction on the use of union in embedded sql?
What is synonyms?
Which join is like inner join?
what is timestamp in mysql? : Sql dba
what is sql in mysql? : Sql dba
Can we create foreign key without primary key?
how can I make a script that can be bi-language (supports english, german)? : Sql dba
What is string join?
How is use pl and sql?
How do I run a program in pl sql?
How many sql are there?
what is bcp? When is it used?