What is normalization and types of normalization?
Answer Posted / sri
It is set of rules that have been established to aid in the
design of tables that are meant to
be connected through relationships. This set of rules is
known as Normalization
First Normal Form
Second Normal form
Third normal form
| Is This Answer Correct ? | 59 Yes | 46 No |
Post New Answer View All Answers
Which command is used to call a stored procedure?
How do I truncate a word?
How to display the current date in sql?
Which is better stored procedure or query?
What is lookup table in sql?
how can we know the count/number of elements of an array? : Sql dba
What are different types of triggers?
In what condition is it good to disable a trigger?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
Can a foreign key be null?
what are the advantages of using stored procedures? : Sql dba
How many tables can you join in sql?
what are the 'mysql' command line arguments? : Sql dba
What is the benefit of foreign key?
What is the difference between nvl function, ifnull function, and isnull function?