wht is normalization?can u explain me in detail?
Answer Posted / ramesh l.v.
Normalization is the process of efficiently organizing data
in a database. There are two goals of the normalization
process: eliminating redundant data and ensuring data
dependencies make sense
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
what are the types of indexes? : Sql server database administration
What is table constraint?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
How do I setup a local sql server database?
How to see the event list of an existing trigger using sys.trigger_events?
What is 1nf normalization form?
How to replace given values with null using nullif()?
what are defaults? : Sql server database administration
Explain a checkpoint?
Suggest a method of joining two tables.
How do I run a trace in sql server?
Can you always create a cache of a report?
How can you find out how many rows returned in a cursor?
Why should you use or avoid select * statements?
Mention the differences between substr and charindex in sql server.