Question:How do you alter a column to forbid null values? 

A alter table foo alter bar set not null; 

B alter table foo alter bar avoid null; 

C alter table foo alter bar forbid null; 

D alter table foo alter bar add not null; 

E None of these above 

+ Answer
+ Report
Total Preview: 571

Copyright © 2024. Powered by Intellect Software Ltd