Hi
IN below data i want Student Id & Date to be unique
Student Detail
ID Primary (Identity), Student ID, Join Date , Marks
Thanks
Hi
IN below data i want Student Id & Date to be unique
Student Detail
ID Primary (Identity), Student ID, Join Date , Marks
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question.
Amit MohantyPosted Apr 5, 2023, 4:49 AM
If you want uniqueness on the combination of Student ID and Date columns in the Student Detail table, you can create a unique constraint or a unique index on those columns.