Tables are always read-write. The users access to the table is what needs to be changed. To grant read access use "grant select on TableName to UserName". Replace select with insert or update or delete depending on what writes you need to grant.
You can also do more than one at a time "grant select, update, insert on TableName to UserName".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.