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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to assign values to variables?

586


Which is faster join or subquery in oracle?

543


if you ctreate table identity

1859


What is key preserved table?

574


what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?

2055






Give syntax for SQL and ORACLE joins.

644


How to write an inner join with the where clause in oracle?

597


Give the various exception types.

558


What is java oracle used for?

533


What is a nvl function? How can it be used?

573


What is background process in Oracle?

636


How to set up autotrace for a user account?

604


List out the components of logical database structure of oracle database.

592


Explain the characteristics of oracle dba?

645


There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??

1622