0 votes
in Sql by

Which of the following SQL statements is used to drop a view from SQLite?

a) DROP VIEW

b) REMOVE VIEW

c) DELETE VIEW

d) None of the above

1 Answer

0 votes
by

Answer: a) DROP VIEW

Explanation: The DROP VIEW statement is used to drop a view from SQLite.

...