Inner join with using || SQL
When joining tables with a common field name, e.g.
You can use?USING?as a shortcut:
You'll now explore how this can be done with the?countries?and?languages?tables.
Example :
Remember to alias your tables using the first letter of their names.
The solution :