Chapter 9 Starting With LibreOffice Base
Chapter 9 Starting With LibreOffice Base
Data Types
A data type refers to the type of data that will be stored in that particular field. The memory size of a
field varies according to its data type. There are six different types of data type in LibreOffice Base –
The text data consists of a mix of special characters, numbers, and letters. With text data, no
mathematical operations may be carried out. PAN card numbers, names, marks, and other data types
are examples of text data.
The lists of various data types that can store textual data –
Numeric Data type contains numbers. The number can be integer, real, float or double.
Currency Data type contains monetary values and can store currencies of different countries.
This data type is basically used for date and time. There are various formats used to store date and
time.
Name Description
Date Stores the year, month and day as it is stored in the system.
Time Stores the time of the day as hour, minute and second.
Timestamp Stores date and time information at once.
Boolean
In boolean data type there are only two values – True or False, This also can be given in multiple
formats like Yes/No, True/False, On/Off.
Binary
LibreOffice base is a database management software belonging to LibreOffice suite, It is free and
open source software for creating and managing data. It also allows you to create a query for
retrieving desired results from the database.
Creating a Table
After creating a database now you will start working with objects of the database, The first object we
are going to create is Create Table. There are two different method to create table –