Se le tue tabelle hanno al massimo una riga, puoi utilizzare le sottoquery:
select (select studentname from table1) as sname
(select StudentAge from table2) as age
Se le tue tabelle hanno al massimo una riga, puoi utilizzare le sottoquery:
select (select studentname from table1) as sname
(select StudentAge from table2) as age