Does this solution make sense,
The limit in question:
$$ \lim_{(x,y)\to(0,0)}\frac{xy}{\sqrt{x^2+y^2}} $$
My solution is this:
Suppose, $$ \sqrt{x^2+y^2} < \delta $$ therefore $$xy<\delta^2$$ So by the Squeeze Theorem the limit exists since $$\frac{xy}{\sqrt{x^2+y^2}}<\frac{\delta^2}{\delta}=\delta$$
Is this sufficient?