adspace
what are the different type of normalization? : Sql dba
Answer Posted / Siddharth Verma
Normalization in SQL is a process to organize data in a relational database to minimize redundancy and dependency. There are three normal forms: First Normal Form (1NF), Second Normal Form (2NF), and Third Normal Form (3NF). 1NF eliminates repeating groups, 2NF eliminates partial dependencies, and 3NF eliminates transitive dependencies.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is bcp? When does it used? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
What is the current version of sql?
Can we use distinct and group by together?
what is collation? : Sql dba
how to escape special characters in sql statements? : Sql dba
What is the best sql course?
What is your daily office routine?
what are all the common sql function? : Sql dba
what are aggregate and scalar functions? : Sql dba
what is dbms? : Sql dba
Do we need to rebuild index after truncate?
Is inner join faster than left join?
Can delete statement be rollbacked?
what are the advantages of sql ? : Sql dba