What is normalization and types of normalization?

Answers were Sorted based on User's Feedback



What is normalization and types of normalization?..

Answer / adedapo adeoyee patrick

`Normalization is a process of decomposing and regrouping
attributes of a relation in oder to create new relations
(TABLES).
first normal form
second normal form
third normal form

Is This Answer Correct ?    2 Yes 4 No

What is normalization and types of normalization?..

Answer / paresh deshmukh

normalization is a process of normal delievery

Is This Answer Correct ?    4 Yes 22 No

Post New Answer

More SQL PLSQL Interview Questions

What are the constraints available in sql?

0 Answers  


why sql is used as interpreter frequently rather than a compile?

1 Answers  


Hi all, i have a table as follows empid empname mgrid deptid 1 a 3 4 2 b 1 5 3 c 2 3 4 d 3 6 5 e 4 7 i want the output as empname mgrname a c b a c b d c e d

4 Answers  


Hello All, Could any well write a query for the following scenario. Account(table name) No Name Amount 1 ABCD 2000.00 2 DEFG -2000.00 3 GHIJ 3000.50 4 JKLM 4000.00 5 MNOP 6000.00 O/p Should be in this format No Name Credit Debit 1 ABCD 2000.00 0 2 DEFG 0 -2000.00 3 GHIJ 3000.50 4 JKLM 0 -4000.00 5 MNOP 6000.00 o could any one give appropriate query for this Thnks in Advance

5 Answers   Target,


Is sqlexception checked or unchecked?

0 Answers  






How do I create an index in word?

0 Answers  


What is pl sql architecture?

0 Answers  


write a query to find out the no. of employees whose age is less than 25 and max of salary for the employees belonging to a particular department is less than 20000

6 Answers  


Explain what is a subquery ?

0 Answers  


How does a covering index work?

0 Answers  


a procedure one in two out parameters i am waiting it in a sql query can i get the output

1 Answers  


What is an index in sql with example?

0 Answers  


Categories