Are these queries equivalent?

No, because the second query chains conditions on different columnsYes, because year = 1950 is equivalent to year IN (1950, 2020)No, since IN is not a valid keyword

No, because the second query chains conditions on different columns.