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 stored by the model?
State the difference between local and global temporary tables?
Explain tablesample?
Is it possible in sql table to have more than one foreign key?
Explain filtered indexes?
What are the types of table?
How to manipulate data from one table to another table ?
What is the template in sql?
List out the difference between union and union all in sql server?
Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.
What is the maximum size of sql server database?
What were the latest updates to SQL Azure service?
Why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it?
How to find which stored procedure is currently running in sql server?
What is onf in normalization form?