0 votes
in Sql by

 Which of the following SQL statements is used to delete data from a table in SQLite?

a) DELETE FROM

b) DROP FROM

c) REMOVE

d) None of the above

1 Answer

0 votes
by
Answer: a) DELETE FROM

Explanation: The DELETE FROM statement is used to delete data from a table in SQLite.
...