Definitions for "Natural Join"
Keywords:  join, jointypes, equi, dept, attribute
a join where the WHERE clause selects rows where some shared attribute has an equal value
an equi-join that projects away duplicated attributes
a short hand for JOIN USING which specifies that the join should be on all of the commonly named columns