Working in a query, it would be good to have an "history" button.  So you click on it and see different SQL versions that you "ran" in that input. Example: - Open a new query window. - Write ``` sql SELECT * FROM my table ``` - Click run - Update SQL to be: ``` sql SELECT COUNT(*) AS total FROM my table ``` - Click run - Click on history button, you should see both queries listed.