The sequence of three statements is as follows:
First, we created a database named temp_database using the CREATE DATABASE statement.
Second, we displayed all databases using the SHOW DATABASES statement.
Third, we removed the temp_database using the DROP DATABASE statement.