...

/

Temporary Table

Temporary Table

This lesson teaches you how to work with temporary tables in MySQL.

We'll cover the following...

Temporary Table

MySQL allows us to create temporary tables. Temporary tables are persisted for the duration of the MySQL monitor session and removed once the session is terminated. The user doesn’t need to explicitly clean-up a temporary table. Monitor is the program that displays the MySQL prompt in the terminal. ...