10
Answers

How to insert only five values a an ID in SQL and C#

i want to add only five subject marks for each student...how i will restrict an Stduent_ID ?if Stduent_ID=1 and inserted five times then for six entry i should not add...how i will do it in C# + SQL.

Answers (10)