I am having issue understanding something.
For the first formula:
$$(\exists z (R(z) \implies Q(z)))$$ This makes sense that this is true, because in interpretation $I$, there exists a $z$ ($z = 2$) such that $R(z)$ is false, thus $\exists z (R(z) \implies Q(z))$ must hold true vacously.
But how is
$$(\exists z R(Z)) \implies (\exists z Q(z))$$ A false statement?
If we take $z = 2$ then $\exists z R(z)$ is false thus this implication must be true
Can someone explain? Thanks very much!

If you take instead $z=1,$ then $\exists z R(z)$ is true while $\exists z Q(z)$ is false, provided you mean in your interpretations that $R(1)$ is true but $Q(z)$ is always false for any $z.$