Hi,
Is there any data dictionary view,from where I can get default_value for a specific column ?If I've a table with some integer,char,decimal fields and I want to insert default values into those columns.I'm not using default cluase when I create the table.Instead I want to use the default values of those column datatypes(0 for intger,etc).Is that possible from data dictionary ?

Thanks,
Kavitha.