When would you denormalize?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what are all the different normalizations? : Sql dba

511


what is an alias command? : Sql dba

550


What is denormalization in a database?

593


What is a join?

628


What is coalesce in sql?

566






What is sql dialect?

531


which tcp/ip port does sql server run on? : Sql dba

519


Enlist the characteristics of pl/sql?

1245


What found sql?

529


Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?

722


What are the advantages of indexing?

525


what is the different between now() and current_date()? : Sql dba

526


Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

1728


Does group by remove duplicates?

553


What are analytical functions in sql?

545