java.sql.SQLException: Violation of PRIMARY KEY constraint 'DEPARTMENT_PK'. Cannot insert duplicate key in object 'dbo.DEPARTMENT_TABLE'. The duplicate key value is (100193).
This exception will be thrown when same Department record is inserting into the table DEPARTMENT_TABLE.
No comments:
Post a Comment