I have a database where users can write to it through frontend form only. They do not see the backend database. However, now they want to query the database to run reports. I have no user level security on the database. HOw can I give them access to table where they can just run queires against the database without corrupting the data with their queries?
Thanks for your help!
Thanks for your help!