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

a) INSERT INTO

b) INSERT VALUES

c) INSERT DATA

d) None of the above

1 Answer

0 votes
by

Answer: a) INSERT INTO

Explanation: The INSERT INTO statement is used to insert data into a table in SQLite.

...