I have 2 tables and I need to select the relative information, need some help with the query.
Table 2 has ID, MaskID columns.
Table 3 has MaskID, MaskName, Total
Assuming that I have an ID already given, how can I select the ID, MaskName, Total from the tables? How do I traverse though them?