Relational Database Management Systems (DBMSs) Flashcards
1
Q
A special-purpose
programming language for accessing
and manipulating data stored in a
relational database.
A
SQL
2
Q
Properties (atomicity, consistency, isolation, durability)
that guarantee relational database
transactions are processed reliably and
ensure the integrity of data in the
database.
A
ACID Properties
3
Q
are used to provide a user view of the database, to add and modify
data, to store and retrieve data, and to manipulate the data and generate reports.
A
Databases