Is there any advantage to denormalizing DB2 tables?
Answer / s
Yes denormalization is done performance reasons.
Normalization will keep the related data in separate
tables. In order to get the data from the tables, DB2 uses
JOIN which could be resource intensive depending on the
number of tables used in the join and the size of the table.
| Is This Answer Correct ? | 3 Yes | 0 No |
What information is contained in a SYSCOPY entry?
Can you access the DB2 Directory table using SQL?
What is schema in db2?
What is the difference between Primary key and unique index?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
What is the use of db2?
Why do we need reorg in db2?
What is the error code -803 ?
What is multi row fetch in db2?
When is the authorization check on DB2 objects done - at BIND time or run time?
Hi Dude,this is Ram.could any one tell me aboue CURRENT OF clause in DB2. Thanks in advance.......
what is a corelated subquerry?