Impact of Table Definition Changes on “Views”

Look at the below statement.  CREATE VIEW vwTest AS SELECT * FROM TestTable; A simple statement to create a View, right? Assume that “TestTable” has

Continue reading