Block -
Callable Unit - e.g. Procedure, Function
Column -
Cursor - a pointer to one row in a defined result set
Extent -
Function -
Null -
Object - e.g. Table, Index, View, Sequence, Package, Procedure, Function
Procedure -
Record - synonymous with a "row".
Referential Integrity -
Relvar -
Result Set - the result of a query as a non-permanent table of rows
Row -
Schema - "structure of a database described in a formal language supported by the database management system (DBMS)" (1)
Segment - e.g. TABLE, INDEX
Table -
Tuple - synonymous with a "row".
View -
Atomicity - All or nothing. E.g. if a database transansaction fails it should rollback. i.e. everything in the transaction completes or nothing in the transaction completes.
Consenus -
Idempotent - An operation is idempotent if performing it multiple times has the same effect as performing it once. If the operation is idempotent, retrying is safe. If not, retries can create duplicates or corrupted state.
Paxos -
Node -
1NF
2NF
3NF