0 votes
in Sql by

Which of the following SQL statements is used to create a view in SQLite?

a) CREATE VIEW

b) MAKE VIEW

c) ADD VIEW

d) None of the above

1 Answer

0 votes
by

Answer: a) CREATE VIEW

Explanation: The CREATE VIEW statement is used to create a view in SQLite.

...