Oracle database

Check if a table exists in the current database schema

SELECT table_name FROM user_tables WHERE table_name = 'TABLE_NAME';