a colleague is like a companion or friend or someone who you work with eg the police man refferd me to his colleague
My colleague and I
Normal View.
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...
views are the way in which different people see things