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 is the difference between first normal form & second
normal form?

Answer Posted / aysh

First normal form (1NF or Minimal Form) is a normal form
used in database normalization. A relational database table
that adheres to 1NF is one that is free of repeating
groups.Second normal form (2NF) is a normal form used in
database normalization,where a table that is in first
normal form (1NF) must meet additional criteria if it is to
qualify for second normal form. Specifically:a 1NF table is
in 2NF if and only if none of its non-prime attributes are
functionally dependent on a part (proper subset) of a
candidate key. (A non-prime attribute is one that does not
belong to any candidate key.)

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is faster join or subquery in oracle?

1045


What is clustered table in Oracle?

1257


what is the dual table in oracle?

1036


What is index-organized table in Oracle?

1115


What is tns service name?

1177


How to get execution path reports on query statements?

1041


What is recovery manager(rman) backup in Oracle?

1229


6. Display the client name and order date for all orders using the traditional method.

2353


What is the maximum number of triggers that can be applied to a single table?

1067


What are the attributes of cursor?

1104


What is an Oracle index?

1698


How can we find out the current date and time in oracle?

1129


What happens to the data files if a tablespace is dropped?

1105


What are the numeric comparison operations?

1164


What is parameterized cursor in oracle?

1219