How is database security different from system security?
System security is OS level security like you have username
password to logon on your system.
Database security is db level security governed by your database
software.like you have different schemas that have different
passwords.You can decide grants and permissions for various db
objects based on these db level users.