List alll tables from a database
Hi all,
I want to find whether a table exists in a database. I have only the database name and table name. Can anyone please tell me how to list all tables in a database so that I can find whether the table is present in the database?
Regards