Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

add not null constraint sql server

ALTER TABLE table1 ALTER COLUMN column1 datatype NOT NULL;
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #add #null #constraint #sql #server
ADD COMMENT
Topic
Name
7+8 =