Anonymous Asked in Cars &Transportation · 2 weeks ago

Which command is used to display tables?

1 Answer. SHOW TABLES; command is used to view the list of tables in a database.


What is the command to display table in SQL?

Using the MySQL Command Line Client mysql> USE pizza_store; Now use the MySQL SHOW TABLES command to list the tables in the chosen database. mysql> SHOW TABLES; This command returns a list of all the tables in the chosen database.

How do I display a list of tables?

Then issue one of the following SQL statement:1 Show all tables owned by the current user: SELECT table_name FROM user_tables;2 Show all tables in the current database: SELECT table_name FROM dba_tables;3 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