Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the Normalization Rules?

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


Please Help Members By Posting Answers For Below Questions

Why do we need jdbc?

1106


What is jdbc driver in java?

973


What is jdbc driver manager?

995


any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.

2354


How can I connect mysql or oracle with java?

1010


Which Java and java.sql data types map to my specific database types?

1121


What are the differences between statement and preparedstatement interface?

1029


What is jdbc drivers in java?

972


What are the considerations for deciding on transaction boundaries?

1061


What does executeupdate return in java?

1094


Is jdbc open source?

924


Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?

967


What are the different types of JDBC drivers?

1102


code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)

4462


Explain what should be done when a SQL exception is raised?

1029