Using oracle,
I am able to write an insert statement into a view that is constructed from one table.
My question is,
Is that possible to write an insert statement into a view that is constructed from multi tables?
That's possible. Depends on your constraints, madatory fields,...
Please post your tables (with sample content) and the view to give
more detailed answer.