Description
The following should not be allowed:
CREATE VIEW testView AS SELECT id FROM jt CREATE VIEW testView2 AS SELECT id FROM testView ALTER VIEW testView AS SELECT * FROM testView2
The following should not be allowed:
CREATE VIEW testView AS SELECT id FROM jt CREATE VIEW testView2 AS SELECT id FROM testView ALTER VIEW testView AS SELECT * FROM testView2