Normalization in DB2 – first normal form, second normal form
Answer Posted / mohan.s
First normal form (1NF) lays the groundwork for an
organised database design:
• Ensure that each table has a primary key: minimal
set of attributes which can uniquely identify a record.
• Eliminate repeating groups (categories of data
which would seem to be required a different number of times
on different records) by defining keyed and non-keyed
attributes appropriately.
• Atomicity: Each attribute must contain a single
value, not a set of values.
• 'First normal form' depends on functional
dependency formula f(x)=y. For every value of x there is
value for y.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Name the various locking levels available?
Why cursor is used in db2?
What is db2 instance?
What is the cobol picture clause of the db2 data types date, time, timestamp?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
What are the two types of logging in the db2 database? Explain them.
List out the data types available.
How do I add a column to an existing table in db2?
Which isolation level provides maximum concurrency?
What is the use of with ur in db2?
Can we insert update delete in view?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
Explain various types of locks in db2?
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
Is db2 free?