Using joins, create a single sql statement that selects the…
Using joins, create a single sql statement that selects the top 50 records from SNOWBEARAIR_DB.PROMO_CATALOG_SALES.SUPPLIER, SNOWBEARAIR_DB.PROMO_CATALOG_SALES.NATION and SNOWBEARAIR_DB.PROMO_CATALOG_SALES.REGION — include in your statement the supplier name, account balance, region name and nation name. (supply the sql only – not the output)