Clone function allows you to create copy of selected table (schema and data) to same database. This operation is required in the next case: you need to verify some idea against live (not generated) data. However, you can't modify an existing table: it contains critical data or integrity does not allow you to make changes. This handy utility helps database developers, performance tuners and database administrators create a second copy of a table within seconds.