INSERT INTO dbo.department VALUES (101, 'CSE', 1);
INSERT INTO dbo.department VALUES (102, 'Mech', 2);
INSERT INTO dbo.department VALUES (103, 'Civil', 1);
Now the Question Is ::
Can I Insert upper values in Table B,I know Most of u will Say no,
but suppose I have Rquirement To do it how it is possible without removing Unique Constraint.
Please If Anybody have any idea ,Please share as soon as poosible
Please upvote this question so that I get good answers from experts ,