select * from col where tname='EMP'; --1242
select * from tab;
select * from acount11;
select * from user_tab_columns where table_name='EMP'; --1242
select cname,coltype,width from col where tname='EMP';
select * from tab;
select * from acount11;
select * from user_tab_columns where table_name='EMP'; --1242
select cname,coltype,width from col where tname='EMP';