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
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
How to display the current date in sql?
What is secondary key?
What is form and report?
Why primary key is required?
Why stored procedure is faster than query?
Can you have more than one key in a database?
What is sql in java?
When is the explicit cursor used ?
what is a foreign key ? : Sql dba
List the ways to get the count of records in a table?
Which operator is used in query for pattern matching?
Why do we use sqlite?
How can I make sql query run faster?
How to call a javascript function from pl sql?