U kunt dit doen (in orakel, in mssql is er een beetje anders):
select count(*)
from all_objects
where object_type in ('TABLE','VIEW')
and object_name = 'your_table_name';
U kunt dit doen (in orakel, in mssql is er een beetje anders):
select count(*)
from all_objects
where object_type in ('TABLE','VIEW')
and object_name = 'your_table_name';