I have a question and hopefully not look dumb. I am developing an application and I need the database Web service multiple users store data so that later they can access their data on specific data without mixing with other users.
I thought that the solution might be to increase each of my tables the userid attribute is foreign key to the user table. However, I wonder if there is a better solution to this something that requires change all tables.
I appreciate any help !!!!