Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

oracle alter table add column

ALTER TABLE table_name 
	ADD column_name data_type constraint;
Source by www.oracletutorial.com #
 
PREVIOUS NEXT
Tagged: #oracle #alter #table #add #column
ADD COMMENT
Topic
Name
5+7 =