To follow this tutorial you need to be able
to find tables stored in the database. Each
database system has a different way of doing this. In this environment you can type
CAT;
as an SQL command, and it will show you a list of tables which belong to the database relevent to the question being asked.
Use the cat command to identify the tables which belong to the database used for this question.
|