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?

Answers were Sorted based on User's Feedback



what is the difference between first normal form & second normal form?..

Answer / somu.kattikar

First Normal Form:
1.it doesnt contain the duplicate rows and null values.
2.those values can be moved into new table.


second normal form:
1.each columns are completely depend upon key

Is This Answer Correct ?    40 Yes 7 No

what is the difference between first normal form & second normal form?..

Answer / nagulmeera

first normol form contain multi valued attribute.

in second normal form contain partially depended on non key
attribute

Is This Answer Correct ?    15 Yes 7 No

what is the difference between first normal form & second normal form?..

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

what is the difference between first normal form & second normal form?..

Answer / arju

a relation is in first normal form if all the domain
contain atomic value
and it is in second normal form if every non key attribute
is fully dependent on the key attribute and it is in first
normal form.

Is This Answer Correct ?    11 Yes 4 No

what is the difference between first normal form & second normal form?..

Answer / imran khan

First normal form, sets the very basic rules for an
organized database i.e. Eliminate duplicative columns.
Create separate tables for each group of related data and
identify the row with a unique column i.e the primary key.

Second normal form further removes the duplicate data:

i.e. Meet the requirements of the first form of
normalalization. Create relationships between new tables
through foreign keys.

Is This Answer Correct ?    12 Yes 6 No

what is the difference between first normal form & second normal form?..

Answer / amit tailor

first normal form is repating group avoid. and one primary
key difine.
second normal form also repating filed avoid and all null
key is the candidate key. more then primary key is "compose
key"

Is This Answer Correct ?    9 Yes 4 No

what is the difference between first normal form & second normal form?..

Answer / manoj gogoi

1NF: NO duplicate records.

2NF: No composite primary key

Is This Answer Correct ?    8 Yes 4 No

what is the difference between first normal form & second normal form?..

Answer / gopi

1NF: Eliminate duplicative columns from the same table and
create sepearate table for related group of data into

2NF: Remove and create sepearate table for common set of
data form multiple rows and create foregin key relationship

Is This Answer Correct ?    6 Yes 3 No

what is the difference between first normal form & second normal form?..

Answer / senthilkumar.a

FIRST normal form does not allow multi-valued attributes
which leads to the redundancy of data
SECOND normal form where EVERY non-prime attributes is
fully functionally dependent of ALL prime attributes

Is This Answer Correct ?    4 Yes 2 No

what is the difference between first normal form & second normal form?..

Answer / prabhu

to reduce the retundant column for that only we r using the
first normal form




create seperate table for not functionality dependent
on primary key this is 2nd normal form

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Oracle General Interview Questions

What is a cursor in oracle?

0 Answers  


How to import one table back from a dump file?

0 Answers  


what is the difference between no rows returned and null returned?

2 Answers  


I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.

0 Answers   IBM,


defination of bitmap index

0 Answers   NIIT,


What is primefaces used for?

0 Answers  


How to start instance with a minimal initialization parameter file?

0 Answers  


How to rename an existing table?

0 Answers  


WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?

0 Answers   ESS,


how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....

0 Answers  


How do I find the database name in oracle?

0 Answers  


How to list all user accounts in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1809)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)