u can do this by using select into query.........
For Ex,
Select dno,sal into depsal from dept,emp where sal>1000
select * fom depsal
then we get the new table depsal with dno,sal whose sal >1000........
u can do this by using select into query.........
For Ex,
Select dno,sal into depsal from dept,emp where sal>1000
select * fom depsal
then we get the new table depsal with dno,sal whose sal >1000........