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 |
Explain the use of rows option in imp command.
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
Explain an exception?
what are stored procedures?
How to assign a tablespace to a users in oracle?
what is unique key?
14 Answers Amazon, Cap Gemini, Infosys, Wipro,
What is a user role in oracle?
What is a read only transaction in oracle?
What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?
In which language oracle has been developed?
diff between DELETE and TRUNCATE?.
14 Answers HCL, Yalamanchili Software,
How to drop an existing table in oracle?