What is normalization and types of normalization?
Answer Posted / jasmine
Normalization is a process of designing the table(relation)
with the reduced redundancy and making clear whether the
attributes in a table is depend on the primary key or
dependencies make sense(ie:storing only the related datas
ito the table). This is achieved by normal forms.
Basic types of normal forms are,
1NF-first normal form(Eliminates duplicate or
repeating values)
2NF-second normal form(Eliminates redundant datas in
one or more tables)
3NF-Third normal form(Removing the columns that are
not truely depending on the primary key)
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Describe sql comments?
What is file based approach?
What is the purpose of the primary key?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
Explain table and field in sql?
Name three sql operations that perform a sort.
What is the difference between python and sql?
How do you truncate?
what is 'mysqlshow'? : Sql dba
How much does sql cost?
what are integrity rules?
What are the types of queries in sql?
Can we join tables without foreign key?
What is normalisation in sql?
Can we call stored procedure in function?