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...

Normalization in DB2 – first normal form, second normal form

Answer Posted / mohan.s

Second normal form (2NF) If a table has a composite key,
all attributes must be related to the whole key:

• The database must meet all the requirements of the
first normal form.

• The relational schema should not have any partial
functional dependency i.e. No proper subset of the primary
key should derive a functional dependency belonging to the
same schema. For example, consider functional dependencies
FD:{AB->C, A->D, C->D} here AB is the primary key, as A->D
this relational schema is not in 2NF.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between drop table and delete table?

1285


What are db2 objects?

1089


What is runstats and reorg in db2?

1357


What is a db2 package?

1124


What is db2 plan table?

1110


What is reorg and runstats in db2?

1259


How does db2 sample database connect?

1079


What is db2 catalog database?

1088


Which isolation level provides highest data integrity?

1186


How will you return the number of records in table?

986


What is bind package and plan in db2?

1105


Which command is used to remove all rows from a table?

1177


can all users have the privilage to use the sql statement select * (dml)?

1221


How do I copy a table in db2?

1054


Can you tell me how can you find out the # of rows updated after an update statement?

1144