LibreOffice Base - Notes
LibreOffice Base - Notes
We are giving complete notes for your upcoming CBSE Board Examination – Information Technology (402).
● 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.
Tiny Integer (TINYINT), Small Integers (SMALLINT), Integer (INTEGER), BigInt(BIGINT), Number(NUMERIC), Decimal(DECIMAL),
Float(FLOAT), Real(REAL), Double(DOUBLE)
● The currency Data type indicates the monetary values and can be stortusing currencies of various countries.
For example
$100, €500, ₹600
For example 12/25/2019, 08:46 AM., The date and time can be stored in various formats.
Date (YEAR, MONTH, DAY), Time (HOUR, MINUT, SECOND), Timestamp (DATE AND TIME INFORMATION AT ONCE)
5. Boolean Data Type
● In Boolean Data type there can be only two values – True or False
● This also can be given in multiple formats like Yes/No, True/False, On/Off..
● The Binary data type used to store digitized images and sounds that comes as long string of zeros and ones.
● It is possible to store photos of the products or employees, or sound snippets or voice messages in Base Database
● Step 9 – Click Save button. The database in Base is saved with an extension .odb.
Note : If no name is given to the database, the it is saved with a default name as NewDatabse.odb.
Using Wizard
● Step 1 – Select Use Wizard to create a table option from the Tasks Pane.
● The Table Wizard dialog box will open. Follow the instructions in the wizard to create the table with desired fields.
● The Table Wizard of Base consists of readymade tables. Click the Sample Tables list box and select any one table from the drop down
lists.
● After selecting the table, various fields appears under available fields.
● The required fields from available fields box can be shifted one by one to selected fields box using > Button. You can select all the fields
from available for selected fields in one stroke by clicking on >> button.
● Step 2 – Click on Next Button. It will move you to Set types and formats
● Step 3. The click on Next button. It will move you to Set primary key.
● Click on Next Button. This will give you three choices. By default ” Insert data immediately” option Selected.
● Click on the Finish button. The next screen will allow to enter the data as per the selected fields.