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
What is Trigger in Oracle?
What is varray?
What are the different types of database objects?
How to change system global area (sga) in oracle?
What are the set operators union, union all, minus & intersect meant to do?
What is Library Cache in Oracle?
What is Data Dictionary Cache in Oracle?
Explain an exception and its types?
How to open and close an explicit cursor in oracle?
What are the differences between date and timestamp in oracle?
What is a table index in oracle?
What is the difference between alert log file and tarce file ?
What are advantages of dateset in datastage?
How can we force the database to use the user specified rollback segment?
How to run queries on external tables?