1. Click in the query area, and enter a SQL copy command.
2. For example:
create table element_backup as select * from element
(Create a new "element_backup" table as a copy of the "element" table.)
3. The new table will be created as a copy.
4. Click on the new table name to view.