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...


When would you denormalize?

Answers were Sorted based on User's Feedback



When would you denormalize?..

Answer / dai

AFTER INDEXING ALSO WHEN THE TABLE ACCESS
WILL BE SLOW ie. THE PERFORMANCES is low
we need to denormalize

Is This Answer Correct ?    10 Yes 1 No

When would you denormalize?..

Answer / r.s.chauhan

When query is fetching Data from different-2 and small
fragmented tables then we have to De-normalize.

Is This Answer Correct ?    3 Yes 1 No

When would you denormalize?..

Answer / priya

Denormalization is the process of putting one fact in
numerous places (its vice-versa of normalization).Only one
valid reason exists for denormalizing a relational design -
to enhance performance.The sacrifice to performance is that
you increase redundancy in database.

Is This Answer Correct ?    2 Yes 0 No

When would you denormalize?..

Answer / haseeb

when the data is so scattered in the form of tables and we
cannot find appropriate data easily from the database,then
we need denormalization.

Is This Answer Correct ?    2 Yes 1 No

When would you denormalize?..

Answer / prasi

de-normalize is used, when their,, is main benefit of
denormalization is improved performance with simplified
data retrieval and manipulation. This is done by reduction
in the number of joins needed for data processing.

Is This Answer Correct ?    1 Yes 0 No

When would you denormalize?..

Answer / lalit kumar verma

Basically De-normalisation is used in data ware house where
no need to do any manipulation work ....

Is This Answer Correct ?    2 Yes 3 No

When would you denormalize?..

Answer / nagendra

the output of joins is denormalise

Is This Answer Correct ?    1 Yes 3 No

When would you denormalize?..

Answer / sandipan sinha

if I am in need to see the data set in a tabular format
where for each column entry in primary key we can have more
than one entries in other columns,ssometimes they are
needed to be added and summed up together.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More SQL PLSQL Interview Questions

What is t sql used for?

0 Answers  


Are pl sql variables case sensitive?

0 Answers  


How can we solve sql error: ora-00904: invalid identifier?

0 Answers  


Should I use mbr or gpt?

0 Answers  


what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba

0 Answers  


What are the types of variables use in pl sql?

0 Answers  


What is the difference between inner join and outer join?

0 Answers  


Can you rollback after commit?

0 Answers  


What are the difference between Functions/Stored Procs and Triggers and where are they used.

1 Answers   CGI, TCS,


What is the difference between DELETE and TRUNCATE?

15 Answers   Johns Hopkins University, Tech Mahindra,


How do I send sql query results to excel?

0 Answers  


how do u call in & out parameters for stored procedures?

10 Answers   A1 Technology, TCS, Techicon,


Categories