Views - Do you avoid having views as redundant objects?

Last updated by ChristianMWaite almost 4 years ago.See history

Don't have views as redundant objects. e.g. vwCustomers as SELECT * FROM Customers. This is unnecessary. Instead, Views should be generally used for security.

We open source. Powered by GitHub