I have followed following steps:
- Created Two Tables (No Constraint)
- Alter Table#1 (Add Not Null and Primary Key Constraint)
- Alter Table#2 (Add Foreign Key Constraint) . . And now Trying to Add Primary Key Constraint to Column which is Foreign Key for the Table#2
Got the Error like column can not be NULL.