Following data types are present in most of the following RDBMS:
CHAR (fixed length string),
VARCHAR (variable length string),
BOOLEAN,
INT,
DATE,
TIME,
BLOB.
Actually there are much more data types (like SMALLINT, DOUBLE, FLOAT, TIMESTAMP) - but they may be called differently in different RDBMS, so they are purposely not mentioned in this question.
Login in to like
Login in to comment