Want to see last executed queries in MySql Workbench whether its
create / alter table query
select / insert / update query or any query list.
in short want to see history of all queries
From the bottom panel, change "Action Output" to "History" and then choose the appropriate date.
Alternatively, the SQL statement history is stored in text files under two locations:
The location of these files depends on your system. For additional details, see MySQL Workbench Settings and Log Files
In both cases, you will see the query history.