each column of each relation has a specified data type:
- CHAR (n): fixed length n-character string
- VARCHAR (n): variable length character string with a maximum size of n characters
- INT: integer
- NUMERIC (x,y): number with x digits, y of which are after the decimal
- DATE: date values (year, month, day)