Answers for "sql query to ALter a column to allow null value"

SQL
1

SQL Alter column to be not null

ALTER TABLE table_name
ALTER COLUMN col_name data_type NOT NULL;
Posted by: Guest on September-07-2021

Code answers related to "sql query to ALter a column to allow null value"

Code answers related to "SQL"

Browse Popular Code Answers by Language