Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Alter table - mandatory column

user13390506Mar 4 2011 — edited Mar 4 2011
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.
This post has been answered by 647939 on Mar 4 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 1 2011
Added on Mar 4 2011
4 comments
4,372 views