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
What are the different types of base tables?
How can you classify the locks in db2?
Define check constraint.
What is the role of the data page in the db2 database?
What does db2 stand for?
Comment whether the cursor is closed during commit or not.
What is the use of reorg in db2?
How to check sequence on a table in db2?
Is it possible using max on a char column?
What kind of database is db2?
How to check table size in db2 sap?
Can one database have multiple instances?
Is db2 relational database?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?