Posted By

geekzspot on 11/29/12


Tagged


Versions (?)

Oracle Add Not Null Constraint


 / Published in: SQL
 

Make a Table column "required" or "mandatory" by adding a NOT NULL Constraint

  1. ALTER TABLE table_name MODIFY column_name NOT NULL;

Report this snippet  

You need to login to post a comment.