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

IF EMP HAS 2 ROWS,DEPT HAS 4 ROWS.WHATS THE RESULT OF SELECT * FROM EMP,DEPT;

1 Answers  


What are system versioned tables?

0 Answers  


Show the two pl/sql cursor exceptions.

0 Answers  


How can use stored procedures in sql?

0 Answers  


is it possible to pass an object or table to a procedure as an argument?

0 Answers  






package specification-3 procedures package body-4 procedures how can i write for other procedure in package body

2 Answers   Reliance,


What are the ways on commenting in a pl/sql code?

0 Answers  


Can a primary key be a foreign key?

0 Answers  


Is sql considered coding?

0 Answers  


explain primary keys and auto increment fields in mysql : sql dba

0 Answers  


wht is the difference between sqlaserver2000 and 2005

1 Answers   ABC, IBM,


can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba

0 Answers  


Categories