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 / guest
A primary key can have a NULL value. The error will be
shown only when NOT NULL is defined in the table creation.
Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
What is bind in db2?
What is netezza database?
Is schema the same as database?
How does coalesce work?
What is db2 plan table?
How do you pull up a query which was previously saved in qmf?
What is page size in db2?
How does db2 sample database connect?
What is db2? Explain.
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is the use of db2?
How to resolve deadlock issue
How do I add a column in db2?
What is cursor in dbms?
How can you find out the # of rows updated after an update statement?