0 votes
in Information Technology by (19.0k points)
List Numeric and Alphanumeric Datatypes in OpenOffice Base.

1 Answer

0 votes
by (305k points)
 
Best answer
Numeric datatypes are: TinyInt, SmallInt, Integer, BigInt, Decimal, Real, Float, Double and Boolean.

Alphanumeric Datatypes are: Char(fix), Varchar, Varchar_ignorecase and Longvarchar(Memo)
...