What do you mean by NOT NULL? When will you use it?
Answer Posted / s
NOT NULL disallows nulls for the column. Primary Key must
be defined as NOT NULL or any key that you do not want to
have NULLS, becaue the default is that any column can
contain NULLs
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
What is the physical storage length of date data type?
What is temporal table in db2?
Explain the function of data manager.
What is the use of with ur in db2?
What is the difference between dbm cfg and db cfg file in db2 ?
Explain about dbrm.
How do I import data from excel to db2?
Explain the contention situations caused by locks?
What is load utility in db2?
What is with ur in db2?
Is it possible using max on a char column?
What is the difference between cursor and select statement?
What is commit in db2?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?