Search
Let's say we want to rename the table students below, to studentsData.
students
studentsData
SQL provides a RENAME TO variant to the ALTER TABLE statement, to solve this problem.
RENAME TO
ALTER TABLE