Changing the attributes of column in a Table

Changing the attributes of column in a Table Is it possible to change the attributes of a column of a table after it has been loaded  I wish to make use of some command like ALTER and change the attributes of the column, can I do this? a column Student_Marks was defined as NOT NULL and later you decided to change it to NOT NULL WITH DEFAULT.  “; ; ; ;