Hi,
I have AllocatedSubjects table.
Create table AllocatedSubjects(Subjectid number(2), FacultyId number(2), SemNo number(2), PRIMARY KEY(SubjectId,FacultyId));
It generates an error message when the same entry is there. Can I display the proper error message instaed?