MOVE TABLE cannot be used if you need to physically move the table data from one database to another. In this case, you need to perform the following steps:
You must also recreate any table objects, including indexes and fragmentation strategies, and verify that there is sufficient disk space to move the data.
Related statements: CREATE TABLE , DROP TABLE , INSERT , RENAME TABLE