How to rename a table in SQLite 3.0? October 5, 2023 by Tarik ALTER TABLE `foo` RENAME TO `bar` SQLite Query Language: ALTER TABLE