SQL Anywhere Alter View

The SQL Anywhere 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 demo.DBA.e_view

create view DBA.e_view as select employee.fname,employee.lname from DBA.employee