Security related aspects of databases and database access.
Databases are designed to store huge amounts of structured data in a way that is easily accessible.
The most common type of databases are relation databases such as Oracle and MySQL. The standardized language to access these database is SQL (Structure Query Language).
Security aspects related to databases include various approaches for access control and secure stored procedures. There is a dedicated tag for the injection of query fragments into sql statements: sql-injection.