Anonymous Asked in Cars &Transportation · 2 weeks ago

How do I view tables in SQL?

Contents
Then issue one of the following SQL statement: Show all tables owned by the current user: SELECT table_name FROM user_tables; Show all tables in the current database: SELECT table_name FROM dba_tables; Show all tables that are accessible by the current user:


Related Questions

Relevance
Write us your question, the answer will be received in 24 hours