Created by: paul01234
Number of Blossarys: 51
Any condition that the database must always satisfy. Examples of special forms of assertions are domain constraints and referential integrity constraints.
It is a single data item related to or describing a database object or entity. A database entity may have one or more attributes in accordance to the database schema.
It is a combination of attributes that can be used to uniquely identify a database entry. Each table in a database may have one or more candidate keys. In case of multiple candidate keys, one of them ...
This refers to the property of a transaction in which two or more computing processes are being executed simultaneously. Database concurrency ensures that transactions happen in an ordered manner.
Refers to the basic kind of data stored in a column. Examples of data types that could be stored in the database are char, varchar, Boolean, integer, date, time, and blob.
An organized collection of data which contains information relevant to an enterprise. A database is typically in a digital form.
This term refers to any distinctly identifiable item in a database. This may refer to people, locations, or goods, to name a few.