Can a primary key have null values? If we try to insert a
null value in a primary key column, will it work or give an
error code?
Answer Posted / sachin borase
May be it will throws the -803 error (803 means index
violation )
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is bind in db2?
What is the syntax for FETCH in DB2 ?
What is package in db2 mainframe?
Is db2 a programming language?
What is difference between isnull and coalesce?
How does cobol compile db2 program?
Name the various locking levels available?
What is the physical storage length of timestamp data type?
Outputs of explain are with matchcols = 0. What does this signify?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
What is difference between alias and synonym in db2?
Why select is not preferred in embedded sql programs?
What is data manager?
Define db2 and its databases?
What is the reason behind not using select * in embedded sql programs?