Explain 1st, 2nd, 3rd normalization form of data base
Answers were Sorted based on User's Feedback
Answer / padma
1st normal form: first identify the repeating group of
fields n group them into separate table
2nd normal: it should be in 1st normal form and check all
fields are dependent on primary key
3nd normal form: it should be in 2nd normal form and check
all the fields r independent of any other non-key attribute
ie removes the fields that dependent on non-key
1st normal: first identify repeating fields and group them
another table
2nd normal: it should be in 1st normal form and identify
that all fields all dependent on primary key.
3nd normal: it should be in 2nd normal form and check all
fields all indpendent of other non-key attribute
| Is This Answer Correct ? | 49 Yes | 5 No |
Answer / misam ami
1st normal: A relvar is in 1NF if and only if,in every every legal value of that relavar,every tuple contains exactly one value for each attribute.
3rd normal: A relvar is in 3NF if and only if for all time,each tuple consist of a primary key value that identifies some entity,together with a set of zero or more mutually independent attribute values that describes values that describe that entity in some way.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / ramprasad.s
HI
First Normalisation is "Primary Key"
Second Normalisation is " Composite Key"
bye
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 8 Yes | 36 No |
What is the use of file param in imp command?
Find all employees in Dept “Marketing”.
What privilege is needed for a user to create views in oracle?
How to write date and time literals in oracle?
How to set up autotrace for a user account?
What is the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN?
What is clustered table in Oracle?
What is the difference difference between $ORACLE_HOME and $ORACLE_BASE.
18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>
How to call a sub procedure?
How to display the hierarchy of employee and managers without using connect by prior.
How to define a data field as not null?