SQL - Views
You tried to create a view with:
But you want to hide the
CREATE VIEW MyView AS SELECT id, password FROM Users;But you want to hide the
password column for security. What is the best fix?