wht is normalization?can u explain me in detail?
Answer Posted / hari
Normalization is the process of designing the datamodel and
effocientely store the data in database.to reduce the
redundancy.
1Normal form: Elimanate the repeating groups for individual
table
-Create sepeare table for each set of related data
-identify the each set of related data with a primary key
2nd normal form : create separate table for set of values
that apply the multipule records.
--Releate these tables with a forgign key
3rd Normal Form : Eliminate fields that do not depend on
the key
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Disadvantages of the indexes?
What is the command to change the recovery model?
What command is used to create a database in the sql server and how?
Explain how you can deploy an SSRS report?
What happens if the update subquery returns no rows in ms sql server?
What is merge statement?
Explain difference between control flow and data flow?
What is the purpose of sql profiler in sql server? : sql server database administration
How to convert binary strings into integers in ms sql server?
What do you need to connect php to sql server?
whats new about truncate in sql server 2008?
What is the difference between count () and rowcount ()?
What is the use of for clause?
what is the difference between Delete and Truncate command in SQL
Explain the properties of subqueries in sql server?