What is Primary Key ?
primary key is a column (or set of columns) that uniquely identifies each row in a table. Without primary keys updating, or deleting specific rows in table becomes extremely difficult as there is no guaranteed safe way to refer to just rows to be affected.
Read this very interesting link:
http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/admin/c0004799.htm
Read this very interesting link:
http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/admin/c0004799.htm
0 Comments
Please add nice comments or answer ....