create table emp which have columns
empno,ename,sal from emp file
create table emp2 which have columns empno,ename
for this if we use set(from file) and correlate from emp file all the 3 columns are loading in emp2
how to select only empno,ename from emp file and create emp2
can you pls answer lil urgent
Sorry, I am no longer maintaining this tool.