Like we did in MySQL Command Line we can
USE StarPeople;
to select the Database
We can then
SHOW TABLES;
to see what tables are in the StarPeople Database
The Results of our commands are listed here
The Feedback to us on how our commands worked is displayed here