Best way to see that the table has atleast one Row
Hi,
Please let me know the best way to check if data exists in a table.
I don't want to use PL/SQL. I need an SQL statement.
For the time being I am using "Select count(*) from Table" to check data existence. It is too costly if we have Huge tables.
Thanks
Sunil