May this question exist....But i confused...I want to check whether the table is exist or not ....
Like i run a project , on that project i create a temp tables while run time.... on that i want to chech a table is exist or not...
if employee table is exist
exit;
else
create table employee
Like i run a project , on that project i create a temp tables while run time.... on that i want to chech a table is exist or not...
if employee table is exist
exit;
else
create table employee
Comment