221.

What is the default join type used when only the keyword JOIN is specified?

INNER - Specifies that all matching pairs of rows are returned. Discards unmatched rows from both tables. This is the default if no join type is specified.