I am trying to understand a query . When I run the below query , no rows are fetched.
select * from Table
But when I run the query , a result is returned having multiple rows.
select * from Table@somestring
I am not sure what @ followed by somestring means and why that is used in PL/SQL.