What do you mean by NOT NULL? When will you use it?
Answer Posted / andank
NOT NULL is the keyword used define columns, when create a
table. When you specify NOT NULL to a column, that column
can not hold NULL values.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the default page size of buffer pools?
Mention the different locking levels that are available in db2.
What is null value in db2?
What happens in bind step in a db2 program?
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.
Mention the definition of cobol in varchar field.
What is the reason behind not using select * in embedded sql programs?
Explain the contention situations caused by locks?
What is the difference between nvl and coalesce?
What is package in cobol db2?
How do I delete a table in database?
How to find the number of rows in db2 tables?
What is schema in db2?
What is the maximum number of columns in a db2 table?
What are packages in db2?