Anonymous Asked in Cars &Transportation ยท 2 weeks ago

How do I get a list of all tables in SQL Server?

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