0
Constraint
what about add constraint after create the table ?
3 Answers
+ 2
example of adding primarykey constaint...
ALTER TABLE Table1 ADD PRIMARY KEY (Id)
remember when u r altering table the values of id should qualify for primary key else this will be failed.
0
yes inline constraint and by alter
they should. explain that to others
0
good answers