# Database tables list ###### tags: `Database` `Oracle` `MySQL` `SQL` ***Oracle*** ``` SELECT * FROM all_tables; ``` ***MySQL*** ``` Show tables; ```