How can I select data from different tables?

You can do this either by a JOIN or Sub-query

Sub-query documentation

JOIN documentation

Leave a Comment