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
Difference between report and query parameter. Why do we need different type of parameter?
How to execute a sql statement using odbc_exec()?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
What is analysis service repository?
What are the differences between DDL, DML and DCL in SQL?
What are different types of subquery?
List types of tables in SQL Azure?
What is the default server name for sql server?
How the authentication mode can be changed?
How do I find the sql server instance name?
What is inline variable assignment?
How do I find sql server instance name?
Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?
How to compose an inquiry to demonstrate the points of interest of an understudy from students table whose name begins with k?
Which tcp/ip port does the sql server run on? How can it be changed?