Question: When no join type between multiple tables in a query's `FROM` clause is specified, what type of join is assumed?

  1. `INNER`
  2. `RIGHT`
  3. `LEFT`
  4. `FULL`

Answer: The correct answer of the above question is Option A:`INNER`