テーブルに最大で1行ある場合は、サブクエリを使用できます:
select (select studentname from table1) as sname
(select StudentAge from table2) as age
テーブルに最大で1行ある場合は、サブクエリを使用できます:
select (select studentname from table1) as sname
(select StudentAge from table2) as age