Hi Goutham,
While you write your code. If you don't mention any schema name, example:
You mention as SELECT * FROM TABLE1. And you mentioned : Default Schema as SCHEMA1, then it will check for TABLE1 under SCHEMA1.
i.e it will fire SELECT * FROM SCHEMA1.TABLE1.
Regards,
Krishna Tangudu