Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
Hi,
Is it possible to create a column in view with NOT NULL constraint? I can see one column in a view as not null as shown below
col_name data_type Nullable ------
INV_ORG VARCHAR2() Yes 2 NO NO NO
can anyone tell me how to create it.
thanks,
Prabhu