I'm teaching myself django. At this site
https://docs.djangoproject.com/en/1.11/intro/tutorial02/
It says
If you’re interested, run the command-line client for your database and type \dt (PostgreSQL), SHOW TABLES; (MySQL), .schema (SQLite), or SELECT TABLE_NAME FROM USER_TABLES; (Oracle) to display the tables Django created.
I really don't know what that means. Do they want me to input some commands in the terminal? If so what commands?