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 |
Define Query Interface,Adref,Release?
What is the difference between application and cache variables?
When you use Ajax controls in the ASP.NET application?
How can you send an email message from an asp.net web page?
what is the jit? what is the type of jit and purpose of it>
1. What is the difference between Cache and Session? 2. I cache limited to page like viewstate or it's accessible through out the application like session? 3. Which one is better when I've some data that is to be used across the application? Why is to better than the other?
How do active server pages work?
Define WCF ABC , Diffrent Contract. Diff b/w Wcf and in webservice
What are the file extensions for razor views?
For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?
Is viewstate enabled by default?
What is the usie of activex control in .net?
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)