SQLite Alter View

The SQLite Alter View Tool allows users to alter views by changing the view query using drop and create SQL statements.

Listed below is example SQL generated by the Alter View Tool.

DROP VIEW employee_view

CREATE VIEW employee_view AS select * from employee