Answer Posted / p.thirugnanam
Noramlization means decomposing the tables and define well
structure to reduce the data reduntancy.
Normalization classified three types.
First Normalization form : It eliminate multiple values
atttributes.
Second Normalization form : It eliminate the partial
dependency.
Third Normalization form : It elimiate the functional
dependency.
Partial dependency means non-key value depends on one
primary key value.
functional dependency means two non-key values.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
How can you make a connection?
What is a merge field?
How can I connect mysql or oracle with java?
Is jdbc faster than hibernate?
What are the advantages of using jdbc datasource?
Can I use JDBC to execute non-standard features that my DBMS provides?
What is device controller?
java based application for hospital management
Explain jdbc savepoint?
What are the different types of interfaces in the api component?
Why we use jdbc instead of odbc?
How to check jdbc driver version in websphere?
Why are we using blob datatypes in jdbc?
In which ways is driver class is registered with drive manager?