Advcomreviewer
Advcomreviewer
- type of data model that is used by most Database Management Systems or DBMSs.
- stores data in tables, composed of records or “tuples” (rows) and fields (columns),
which may be interconnected.
- a primary key should always have a valid value; cannot have a null value. It uniquely
identifies each record in a database table.
- the composite key, which is composed of two or more attributes that collectively
uniquely identify each record.
ONE-TO-ONE
ONE-TO-MANY
MANY-TO-MANY
DATA TYPES
FORMAT
- A place this in a position where an alphanumeric character must appear
INPUT MASK
DEFAULT VALUE - value assigned to the field when a new record is created.
VALIDATION RULE - checks the validity of an input value for the field.
VALIDATION TEXT - appears in a message box if an invalid value is entered.
THE REQUIRED FIELD - can take values of Yes or No only.
INDEXED - indicates if this is an index field meaning it will be used to sort records
when Access conducts a search on the tables.
FIELD SIZE - indicates the maximum number of characters
ALLOW ZERO LENGTH FIELD – specifies whether the field can contain an empty
string
FIELD SIZE - determines how big the entered values can be. Since units is of type
Number, you can choose from a list of integers and real numbers
DECIMAL PLACES - field determines the number of digits to the right of the decimal
point
DATA INTEGRITY
ENTITY-RELATIONSHIP MODEL
RELATIONAL MODEL
NETWORK MODEL
HIERARCHICAL MODEL