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 triggers in ms sql server?
What is default constraint in ms sql server?
How to specify the collation for a character data type in ms sql server?
What are the difference between clustered and a non-clustered index?
What is inline table-value user-defined function?
How to verify a login name with sqlcmd tool?
Write a query to include a constraint, to check whether the employee salary is greater than 5000?
What is relationship? What number of sorts of relationship are there?
Can we use max in where clause?
What are the recovery models for a database?
What is a data source file?
What is resource db in sql server?
How will you optimize a stored procedure optimization?
Which rendering formats are affected by the pagesize properties?
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?