§ — — Database Administration
Database security is the protection of data against unauthorized access, misuse, disclosure, alteration, or destruction.
A DBA supports security using practical principles such as:
In actual environments, not every staff member should see complete records. For example:
The DBA implements these boundaries through users, roles, permissions, and carefully designed views.
Two terms should be clear:
After login, the DBMS checks permissions such as:
SELECTINSERTUPDATEDELETEThe safest practice is to assign permissions through roles, then assign roles to users. This is easier to maintain than granting rights one person at a time.
Examples of poor practice:
A DBA should also protect service accounts, rotate credentials where required, and review access regularly.
ProReviewer — locked
Drills, code labs, and full solutions.
ProReviewer — locked
Drills, code labs, and full solutions.
Done with this module? Track it — your progress shows on the subject list.
Up next
Lesson 8: Monitoring, Performance Tuning, and Capacity Planning→←Previous: Lesson 6: Backup, Restore, Availability, and Disaster Recovery