This example changes the name of a table from TABLE01 to TABLE02.
ALTER TABLE TABLE01 RENAME TABLE TO TABLE02;