Difference between Table and table Data is Table - This is the Table Objects themselves, the definition of the tables, the keys, and the trigger codes.
TableData - This refers to the data stored in the tables. This is what gives you permission to read or write the data in the database.
Generally we give access to all tables by setting 0
and restrict users by appropriate table data (in reading,inserting,modifying and deleting)
but its really not so useful to grant them all access to table object, we can grant access to other object and restrict them in table data level as your recommendation.
may i check any websites/ references/ documentation from anywhere to read further?
Comments
Table - This is the Table Objects themselves, the definition of the tables, the keys, and the trigger codes.
TableData - This refers to the data stored in the tables. This is what gives you permission to read or write the data in the database.
Generally we give access to all tables by setting 0
and restrict users by appropriate table data (in reading,inserting,modifying and deleting)
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
but its really not so useful to grant them all access to table object, we can grant access to other object and restrict them in table data level as your recommendation.
may i check any websites/ references/ documentation from anywhere to read further?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav