Respuesta :
To protect a web-based database, you should apply principle of least privilege to any online forms that add data to it.
What is principle of least privilege?
Principle of least privilege is also referred to as the principle of minimal privilege (least authority) and it can be defined as a security concept that involves giving an end user, software program, or process the minimum levels of access or permissions necessary to perform an action in a database.
In this context, a network administrator should apply the principle of least privilege to any online forms that add data to a web-based database, in order to protect it.
Read more on least privilege here: https://brainly.com/question/4365850