Microsoft Access is a frequently used piece of enterprise software that manages these systems. For 10 points each:
[10e] Name these systems, whose “relational” type should obey ACID (“acid”) properties and store large amounts of organized information in rows and columns.
ANSWER: databases
[10m] The JOIN, SELECT, and WHERE keywords are used to query relational databases with this language. Programmers argue over whether or not this language’s name should be pronounced as a three-letter initialism.
ANSWER: SQL (“S-Q-L” or “sequel”) [or Structured Query Language]
[10h] This property is the first of the four ACID properties, and states that a database transaction must either completely finish or not occur. More generally, this property describes operations that cannot be interrupted.
ANSWER: atomicity
<Other Science>