What is normalization and types of normalization?
Answer Posted / 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 |
Post New Answer View All Answers
how many sql ddl commands are supported by 'mysql'? : Sql dba
What is the advantage of index in sql?
What are the events on which a database trigger can be based?
Can we create clustered index without primary key?
What are the parameter modes supported by pl/sql?
What are literals in sql server?
What is the difference between between and in condition operators?
What are the different type of joins in sql?
What is union, minus and interact commands?
What are the two types of periodical indexes?
How can you fetch first 5 characters of the string?
Does inner join remove duplicates?
what is sql profiler? : Sql dba
What are the types of variable use in pl sql?
Explain the difference between 'between' & 'and' operators in sql