Page 208 - Computer - 10(A&B)
P. 208
v Reports: A report is used to present the data stored in tables or queries in a printable format to perform
different type of data analysis on the extracted information.
Column or Field or Attribute
A column is a set of data values of a particular simple type, one for each row of the table. To put simply, a
column holds specific information about every record in a table.
Row or Record or Tuple
A row also called a record or a tuple is an individual entry that exists in a table. Each row in a table represents a
set of related data, and every row in the table has the same structure. For example,
Arjun 90 98 97 88 90
Creating Database Using LibreOffice Base
LibreOffice Base is a part of LibreOffice suite. It is a Relational database management system (RDBMS) software.
Base data is stored in related tables, wherein data of one table is related to data in another table.
To open LibreOffice Base in Windows 10:
Step 1: Click StartAll Programs LibreOfficeLibreOffice Base.
Alternatively, you can also double-click on the LibreOffice shortcut on the Desktop, if available. The
Welcome window opens.
Step 2: Click on Base Database option. The Database Wizard opens. The wizard is what allows you to create
database.
Step 3: Select Database:
You can select ay of the three choices:
• Create a new database
• Open an existing database file
• Connect to an existing database
Select Create a new database option. Click on Next button.
Step 4: Save and Proceed: In step 2, you will have to decide whether you want to register the database or not.
To register means to tell LibreOffice where the data is located, how it is organised, how to get that data,
and more.
90