You can use `SELECT EXISTS` with a subquery inside to check if a row exists or not, and it returns a boolean without having to typecast it
You can use
SELECT EXISTSwith a subquery inside to check if a row exists or not, and it returns a boolean without having to typecast it