यदि आपकी तालिका में अधिक से अधिक एक पंक्ति है, तो आप उपश्रेणियों का उपयोग कर सकते हैं:
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