what is narmalization
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / reji
Normalization is the process of splitting a single table of
data into miltiple one's inorder to get an easy access.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sri
The process of removing redendency and inconsistency from
the relation/table.
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is a postback in asp net?
What is asp net_sessionid?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
Differentiate between a page theme and a global theme?
How to implement globalization and localization in the use interface in .net.
When do you set "<IDENTITY impersonate="true" />" ?
What base class do all Web Forms inherit from?
how can u create the blog in asp.net with C#?what is the data type u will use to store in sql server?
What is viewstate?
When maintaining session through Sql server, what is the impact of Read and Write operation on Session objects? will performance degrade..
3 Answers Allsec Technologies,
What is the use of web.config? Difference between machine.config and Web.config?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)