0 votes
in Sql by
Which of the following SQL statements is used to rename a table in SQLite?

a) RENAME TABLE

b) MODIFY TABLE

c) ALTER TABLE

d) None of the above

1 Answer

0 votes
by

Answer: a) RENAME TABLE

Explanation: The RENAME TABLE statement is used to rename a table in SQLite.

...