User-1122936508 posted
If the data is related, you can use INNER JOIN or OUTER JOIN in an SQL statement to join the tables together.
If the data is unrelated, then you usually have to perform multiple queries - you could use a single stored procedure which returns multiple recordsets, or you use UNION or similar.