Se suas tabelas tiverem no máximo uma linha, você poderá usar subconsultas:
select (select studentname from table1) as sname
(select StudentAge from table2) as age
select (select studentname from table1) as sname
(select StudentAge from table2) as age