Duplicating and Deleting
Duplicating
Duplicate the entire table:
Duplicate the column structure only (not the records):
Copy from another table:
Copy a specific column:
Deleting
Drop a table if it exists:
Drop a database:
Delete all records from a table:
Last updated