I want to know how the view is working in oracle?.
by telling the professor at ODU homework ?'s are being posted on this website
create table user_views_clob (view_name VARCHAR2(32), clob_text CLOB) / insert into user_views_clob select view_name, to_lob(text) from user_views / and do the search like select * from...
SQL is not Database, it is a Language used to communicate with Database...