Normalization in DB2 – first normal form, second normal form
Answer Posted / mohan.s
The formal classifications describing the level of database
normalization in a data model are called Normal Forms (NF)
and the process of doing this is Normalization.
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
My sql statement select avg(salary) from emp yields inaccurate results. Why?
What is temporal table in db2?
Define buffer pool.
What are db2 tables?
Explain how can you do the explain of a dynamic sql statement?
can all users have the privilage to use the sql statement select * (dml)?
What is the role of data manager in the db2 database?
What is the syntax for creating a table in the db2 database?
Is schema the same as database?
How do I add a column in db2?
How can you classify the locks in db2?
What is dbrm?
How can the duplicate values be eliminated from db2 select?
What is phantom read in db2?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.