Answer Posted / mithun
Normalization is a process of organizing data in databased, which includes creating tables and establishing relationship between them.
1st Normal Form - Do not use multiple fields to store same data.
Eliminate repeating groups in individual tables.
Create a separate table for each set of related data.
Identify each set of related data with a primary key.
2nd Normal Form - Records should not depend on anything other than a table's primary key.
Create separate tables for sets of values that apply to multiple records.
Relate these tables with a foreign key.
3rd Normal Form - Eliminate fields that do not depend on the key.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Define page fragment caching?
How ViewstateMac works?
How do cookies work? Give an example of their abuse.
What does the orientation property do in a menu control?
Explain the working of passport authentication.
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
How would you enable impersonation in the web.config file?
Is it possible to apply themes to an asp.net application? If yes, then how?
How can u deifne the benefits and limitation of using Viewstate for state management?
What language does asp.net use?
Can you explain the importance of finalize method in .net?
Is viewstate secure?
What is the concept of postback in asp.net?
What is virtual directory in asp.net?
What are the advantages and limitations of query string?