in mind benders, on this site, u have specified that a view can be created with a null as a column ie create view myview as select null a from dual,
when i try the same on creating a table with a null coulmn it does not accept why is it so? can anyone pls. answer this.
Creating a table with null column is impossible, because columns need a length in Oracle. There is no problem is selecting null, and a view is basically a select statement.
Bookmarks