How to select columns from different tables and move all those columns in one table for example we

select sal from dept where sal>1000
(in this we get one column regarding sal greater than...