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
What is trigger with example?
What are aggregate and scalar functions?
what is the difference between where clause and having clause? : Sql dba
How do I add a database to sql?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
Can we use two order by clause in query?
Are there any features that are decommissioned in 11g that are not present in 11g?
Which command is used to delete a trigger?
What is the difference between alter trigger and drop trigger statements?
What are instead of triggers?
how to convert character strings to numeric values? : Sql dba
what are the authentication modes in sql server? : Sql dba
Is sql developer case sensitive?
Explain exception handling in pl/sql?
What is sql table?