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
How to select all columns of all rows from a table with a select statement in ms sql server?
Explain the different index configurations a table can have?
What is the native system stored procedure to execute a command against all databases?
Can binary strings be used in arithmetical operations?
How to create stored procedures with parameters in ms sql server?
what are the Prerequisites for Replication?
How can I know what locks are running on which resource?
Can you always create a cache of a report?
What are different types of raid levels?
What is sql profiler. What are the default templates with it? : sql server database administration
How to convert numeric expression data types by assignment operations?
What is rtm version in sql server?
Define cursor locking
Explain indexed views?
Where sql server user names and passwords are stored in sql server? : sql server database administration