I get general knowledge from Difference between View and table in sql
but still don't know the real thing.
Also sometimes View can do Insert Update Delete [If not affect multiple base tables] (I've tried this).
is there any big diference when I do Insert/Update/Delete from View than From Table ?.
What I expect from View is "there will be more security to protect real table when client access view than access real table".
If not is there any other way to tightening security when, client access real table from database. other than Login with usename and password ?
- thx -