w3resource_MySQL练习题:Joins 1. Write a query to find the addresses (location_id, street_address, city, state_province, country_name) of all the departments Hint : Use NATURAL JOIN. Sample table: locations Sample table: countries -- 1. 自然连接,MySQL自己判断多表的…