What do you mean by NOT NULL WITH DEFAULT? When will you
use it?
Answer Posted / s
NOT NULL WITH DEFAULT indicates that the column cannot
contain a NULL, if a user doesnt enter a value, DB2
generates the default.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
How to check sequence on a table in db2?
What is the clustering index in the db2 database?
What is access path in db2?
What action db2 takes when a program aborts in the middle of a transaction?
What is the reason behind not using select * in embedded sql programs?
On which levels locks can be applied?
What is a collection in db2?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
What are foreign keys in db2?
How do you eliminate duplicate values in db2?
define clustering index.
Can we delete records from view?
Where can you declare a cursor in a cobol-db2 program?
How do I start db2 in windows?
How to find the number of rows in db2 tables?