Alter table - mandatory column
hi guys, quick question . I have a table created and just want to make one of the columns mandatory. Is this done by doing the following:
ALTER TABLE <my_table>
ALTER COLUMN <my_column> MANDATORY
If not could someone direct me on how to do it.
Thank you.