|
|
|
A m Z o n e
Creating table with null and not null columns
You are in need of creating a new table which has both null and not null columns in it. What in your opinion should be the key factor(s) to be considered when dealing with null and not null columns.
create table am50 (col1 varchar2(10) not null, col2 number(15, 3), col3 number(15,3), col4 number(15, 3) not null, col5 varchar2(4000));
Press the Back button of you Browser to go to previous page
Home