Derby Alter View

The Derby 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 APP.E_VIEW

CREATE VIEW APP.E_VIEW AS select fname, lname from employee