Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

oracle alter table add not null constraint

ALTER TABLE table_name MODIFY ( column_name NOT NULL);
Code language: SQL (Structured Query Language) (sql)
Source by www.oracletutorial.com #
 
PREVIOUS NEXT
Tagged: #oracle #alter #table #add #null #constraint
ADD COMMENT
Topic
Name
8+5 =