Meandyou
1840 pts. | Oct 13 2009 3:44PM GMT
the question says “a view is missing data” - does that mean you want to add one or more columns to the view?
If so, the ALTER VIEW should do it - or DROP VIEW followed by CREATE VIEW.





Meandyou
1840 pts. | Oct 13 2009 3:44PM GMT
the question says “a view is missing data” - does that mean you want to add one or more columns to the view?
If so, the ALTER VIEW should do it - or DROP VIEW followed by CREATE VIEW.
