What is a database?
A database is a coherent collection of data organized around its inherent meaning.
What are some database components?
What are database roles?
What is the goal of Object-Relational Mapping (ORM)
To create a consistent mechanism for translating objects into stored data and vice versa.
What is CAP Theorem?
Consistency, Availability, and Partition tolerance should be guaranteed.
What is K-Anonymity?
k-Anonymity protects against hackers or malicious parties using ‘re-identification,’ or the practice of tracing data’s origins back to the individual it is connected to in the real world.