Avoid queries without an exception handling block
Usually you should add an exception handling block for SELECT statements, to avoid unexpected exceptions.
Usually you should add an exception handling block for SELECT statements, to avoid unexpected exceptions.