We have a number of SQL tables which need to have data pulled from.
We will be pulling multiple rows from table ‘A’ and a single row from table ‘B’, which are linked by a a common Id.
We need the SQL statement to be written so that we can use it into our reporting application.
The Schema will be provided.
