What are the Normalization Rules?

Answers were Sorted based on User's Feedback



What are the Normalization Rules?..

Answer / 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

What are the Normalization Rules?..

Answer / pavan

Normalization is the process of decomposing a larger table
into smaller tables inorderto free from the enamalies
reguarding insertion, deletion and alter.

Normal forms are: 1NF(Normal Form), 2NF, 3NF, BCNF, 4NF and
5NF.

The rules: No data loss.
Dependency preserving.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More JDBC Interview Questions

What are the steps involved in establishing a connection using jdbc in java?

0 Answers  


What are the different types of classes in the api component?

0 Answers  


Does jpa use jdbc?

0 Answers  


How many locking systems are there in jdbc?

0 Answers  


What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.

0 Answers  






Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.

0 Answers  


How can I determine where a given table is referenced via foreign keys?

0 Answers  


How can I manage special characters when I execute an insert query?

0 Answers  


How transactions are performed using JDBC ?

2 Answers  


What is JDBC ResultSet?

0 Answers  


What are statements in JAVA ?

1 Answers   CTS,


How java can be connected to a database?

0 Answers  


Categories