What Is The Syntax Of Alter Table Statement Rename #81
What is the syntax of ALTER TABLE statement (Rename)?
This multiple choice question (MCQ) is related to the book/course gs gs118 Data Mining. It can also be found in gs gs118 SQLite MCQs - SQLite MCQs - Quiz No.9.
What is the syntax of ALTER TABLE statement (Rename)?
ALTER TABLE table_name RENAME FOR new_table_name;
ALTER TABLE table_name RENAME OF new_table_name;
ALTER TABLE table_name RENAME TO new_table_name;
ALTER TABLE table_name RENAME FROM new_table_name;