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 a corelated subquerry?
Explain about mirror activator disk mirroring?
What is a trigger in the db2 database?
Which isolation level provides maximum concurrency?
Is db2 a programming language?
What is difference between isnull and coalesce?
What is syscat in db2?
What is buffer pool?
What is the physical storage length of the data types date, time, and timestamp?
What is a Foreign Key?
What does db2 stand for?
What does db2 plan contain?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
How can we retrieve the total number of records in RPG & CLLE?
What happens in bind step in a db2 program?