There are two different ways to do joins, one that makes use of the JOIN keyword in the FROM clause of a SELECT statement, and another that specifies join conditions as part of the WHERE clause. Which of these two ways of doing joins do you think is better and why?