Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is normalization?
what is denormalization?

Answers were Sorted based on User's Feedback



what is normalization? what is denormalization? ..

Answer / shantanub

Normalization is the process of organizing data in a
database. This includes creating tables and establishing
relationships between those tables according to rules
designed both to protect the data and to make the database
more flexible by eliminating two factors: redundancy and
inconsistent dependency.

Is This Answer Correct ?    51 Yes 5 No

what is normalization? what is denormalization? ..

Answer / chethan sy

Normalization is a process of removing redundancy from the
tables.

De-normalization is introducing redundancy.

Is This Answer Correct ?    41 Yes 6 No

what is normalization? what is denormalization? ..

Answer / koti

In relational database design, the process of organizing
data to minimize redundancy. Normalization usually involves
dividing a database into two or more tables and defining
relationships between the tables. The objective is to
isolate data so that additions, deletions, and modifications
of a field can be made in just one table and then propagated
through the rest of the database via the defined relationships.

De-normalization is introducing redundancy.

Is This Answer Correct ?    12 Yes 4 No

what is normalization? what is denormalization? ..

Answer / srinivas

Normalization is the process of eliminating the duplicate , inconsistent data in the database..

As well denormalization is the process of introducing the redundancy to the data

Is This Answer Correct ?    3 Yes 0 No

what is normalization? what is denormalization? ..

Answer / hari

Normalization - is the process of desing of the datamodel
and effocential storre the data in database

Is This Answer Correct ?    10 Yes 8 No

what is normalization? what is denormalization? ..

Answer / ranjeet

normalization is used to remove data redundancy and
inconsitancy and we can perform the indexing,serching and
shorting the data in very easy manner

Is This Answer Correct ?    5 Yes 3 No

what is normalization? what is denormalization? ..

Answer / sarika desai

Normalization is a concept of Eliminating data redundancy,
Improve database performance & Index Improvement.

De-normalization is the process of attempting to optimize
the performance of a database by adding redundant data.

Is This Answer Correct ?    2 Yes 0 No

what is normalization? what is denormalization? ..

Answer / abdul quadir parihar

Normalization is the process of decomposition of complex
data in to simple way.

Denormalization is basically applied in the case the
database is over-normalised and no. of joins required to
fetch the data are too much. It is a purposeful redundancy
of some of the data to avoid the overhead of joins.

Is This Answer Correct ?    5 Yes 5 No

what is normalization? what is denormalization? ..

Answer / sandeep yadav

Normalization is the process of decomposition of complex
data in to simple way.
Denormalization is vice versa.

Is This Answer Correct ?    8 Yes 16 No

Post New Answer

More SQL Server Interview Questions

What are the advantages of passing name-value pairs as parameters?

0 Answers  


If the job running very slow what is the action you do

0 Answers  


what is a self join? Explain it with an example? : Sql server database administration

0 Answers  


What is the use of floor function in sql server?

0 Answers  


Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the number of sales for each product

2 Answers  


How to change the ownership of a schema in ms sql server?

0 Answers  


1.Describe way(s) to tune the SQL table in order to optimize performance. 2. Explain SQL Injection and how can you prevent them?

1 Answers   Techno Solutions,


What is the Main Difference between ACCESS and SQL SERVER?

0 Answers   MindCracker,


Can I work with several databases simultaneously? : sql server management studio

0 Answers  


what is the difference detween pairwise comparison subquary and non pairwise comparison subquary?

2 Answers  


What is the synonym of join?

0 Answers  


What do you mean by stored techniques? How would we use it?

0 Answers  


Categories