Explain 1st, 2nd, 3rd normalization form of data base
Answer Posted / 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 |
Post New Answer View All Answers
How to rename an index?
Difference between inner join vs where ?
How translate command is different from replace?
How oracle handles dead locks?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
What suggestions do you have to reduce the network traffic?
Explain overloading. Can functions be overloaded?
What are the parameters that we can pass through a stored procedure?
What happens if you set the sga too low in oracle?
State all possible different index configurations a table can possibly have?
ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process
How does Oracle guarantee data integrity of data changes?
What is an oracle wallet?
Give the constructs of a package, function or a procedure.
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?