Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to add not null constraint in sql

ALTER TABLE table_name MODIFY column_name datatype NOT NULL;
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #add #null #constraint #sql
ADD COMMENT
Topic
Name
8+6 =