8
Answers

Check , Default, in SQL Server

Ask a question
Bineesh  VP

Bineesh VP

11y
1.1k
1
Sir, I am doing a SQL Query at the moment.

I have a Table named tbl_Class

it have three parameters:- classId(int),className(nvarchar(50),Dates(datetime).

i can't make  CHECK Constraint for classId( between 1 and 5) and DEFAULT Constraint for className('FirstClass')

Please Help me.

Answers (8)