What is normalization and its forms?
Answer Posted / srinivas
Normalization is the process of splitting the table into
multiple subtables based on their functional dependency.
Forms are First normal form, Second normal form, and Third
normal form.
| Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
What are the differences between user defined functions and stored procedures?
How do I get to sql server configuration manager?
Why I have to use stored procedures?
Can you tell me some of the common replication dmv's and their use? : sql server replication
What is the query and subquery?
Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...
What does it mean to be in union?
What is sql view?
What is SQL Azure Fabric?
How do clustered indexes store data?
Explain timestamp datatype?
What are the basic functions for master, msdb, model, tempdb and resource databases?
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
What is an expression in ms sql server?
Explain indexed views?