I have an SQL database and am wondering what command you use to just get a list of the table names within that database.
show tables will help. Here is the documentation.
show tables