Name the different Field types properties of the libre Office base
first correct answer will be marked brainliest
Answers
Answer:
VARCHAR – or variable characters. ...
VARCHAR_IGNORECASE – a case insensitive version of VARCHAR.
CHAR or CHARACTER – a fixed size text field. ...
LONGVARCHAR – is designed for large blocks of text.
five categories of data types in LibreOffice base: integers, floating point, text, time, and other.
Explanation:
Integers
An integer is a whole number. There are four integer types, and their differences are mostly related to size.
Floating-Point
Floating-point numbers are numbers with decimals, or real numbers. They are made of a whole part and a partial part separated by a decimal point. There are four floating-point types. The basic difference between them is the level of accuracy.
Text
Text is a string of characters, not meant to represent a number or other type, enclosed in quotes. There are four different text data types, and they differ mostly in how they consume space.
Date/Time
These are types for defining fields that track the date and time. There are three types, and they differ in the content they contain.
Other Types
The types in this category are not really related. They just don’t fit in any of the above categories.
1.BOOLEAN or BIT
2.BINARY, VARBINARY, LONGVARBINARY
3.OTHER or OBJECT