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
Difference between cartesian join and cross join?
What are the four Oracle system processes that must always be up and running for the database to be useable?
What is the difference between view and materialized view in Oracle?
How will you write a query to get a 5th rank student from a table student_report?
Is java required for oracle client?
Name the three major set of files on disk that compose a database in Oracle?
What is key preserved table?
How can I get column names from a table in oracle?
How to write a query with an inner join in oracle?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
Give the various rollback segment states.
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
Is oracle a language?
Explain about achiever in sql?
Explain a private synonyms?