Definitions Flashcards
What is the meaning of the abbreviation RDBMS?
Relational Database Management System
What is the meaning of the abbreviation SQL?
Structured Query Language
What is the meaning of the abbreviation PL/pgSQL?
Procedural Language PostgreSQL
What does Atomicity refer to in a database system?
An atomic transaction: a series of database operations either all occur, or nothing occurs. In other words, atomicity means indivisibility and irreducibility.
What is the meaning of the abbreviation ACID?
Atomicity, Consistency, Isolation, Durability
What is a table?
A table is a structured set of rows—also called records or tuples.
What is a transaction?
A transaction is a group of SQL
commands whose results will be made
visible to the rest of the system as a
unit when the transaction commits—or not at all, if the transaction aborts.