Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+17 votes
asked in CSC490_Spring2019 by (1 point)
+1

Can you be more specific? Do you mean by securing the data within the database and ensuring only the users can read/write their own data and no one outside of your team can alter the data within the database directly?

1 Answer

0 votes

For users, I would say yes. But you have to define the database rules for users to prevent any unauthorized user from reading or writing certain data.

answered by (1 point)
...