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

a) CREATE TABLE

b) MAKE TABLE

c) ADD TABLE

d) None of the above

1 Answer

0 votes
by

Answer: a) CREATE TABLE

Explanation: The CREATE TABLE statement is used to create a new table in SQLite.

...