SQL: How to understand reason for needing to join on 2 columns for 3 tables

前端 未结 0 1387
夕颜
夕颜 2021-01-06 07:29

I am told that the correct way to join these 3 tables, is to join on 2 columns, as demonstrated below:

SELECT c.code, name, region, e.year, fertility_rate, un         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题