wht is normalization?can u explain me in detail?
Answer Posted / hari
Normalization is the process of designing the datamodel and
effocientely store the data in database.to reduce the
redundancy.
1Normal form: Elimanate the repeating groups for individual
table
-Create sepeare table for each set of related data
-identify the each set of related data with a primary key
2nd normal form : create separate table for set of values
that apply the multipule records.
--Releate these tables with a forgign key
3rd Normal Form : Eliminate fields that do not depend on
the key
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is a linked server in sql server?
How can sql server instances be hidden? : sql server security
what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
Write a SQL queries on Self Join and Inner Join.
How to get the query of a table in sql server?
Do you know what is bit data type and whats the information that can be stored inside a bit column?
What do you understand by a view? What does the with check option clause for a view do?
What is an identity?
Differentiate between sql temp table vs table variable?
Explain primary key?
What is dknf in normalization form?
What are sql dirty pages?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
List few advantages of stored procedure.
How to convert character strings into numeric values?