To remove a table, select that table in the schema viewer, and then choose
Drop Table... from the Schema menu. You will be prompted to confirm this action, and
if you continue, a drop table foo will be sent to the server, where
foo is the name of the table you have selected.