RENAME TABLE keywordRENAME TABLE is used to change the name of a table.Syntax#Example#RENAME TABLE 'test.csv' TO 'myTable';Copy