Query & SQL ReferenceSQL SyntaxRENAME TABLEOn this pageRENAME TABLE keywordCopy as MarkdownArrow down iconRENAME TABLE is used to change the name of a table. Syntax Example RENAME TABLE 'test.csv' TO 'myTable';