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 / sangeetha
There cannot be null values in a Primary Key column.
It will result in error code.
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
What is release/acquire in bind?
How do we specify index to include or not during bind process.
What is clone table?
What is plan in cobol db2?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
What is universal database?
How do I import data from excel to db2?
What is difference between rollback and commit?
How do I copy a table in db2?
What is the default page size of buffer pools?
what is diffrence b/w file-aid tool and file-aid utility???
What types of tables are there in the db2 database?
What is runstats utility in db2?
What is dbrm library?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.