computer project
computer project
PRIMARY KEY:-
A Primary Key is a field that
uniquely identifies each record in a table, it
does not contain any duplicate data. The
value in the primary key field is different for
each record.
STEP 3: Give field name and suitable field
type and create a table.
C
R
E
A
Open Libre Office Base:
Launch Libre Office and select Base from the list of applications.
Choose to create a new database or open an existing one.
In the Table Wizard, under Step 1, you’ll see categories like Business
or Personal.
Select a category and choose a sample table, such as Address Book
or Inventory.
The fields for the selected table will appear in the Available Fields
section.
Select Fields:
In Step 2, click on each field to review and adjust its data type and
properties (e.g., length for text fields).
In Step 3, you can either let the wizard create a primary key
automatically, or you can choose a specific field as the primary key.
Click Finish:
Click Finish to create your table. If you chose to insert data, the data
entry view will open for you to start entering records.
Step-1:
Step-2:
Step-3:
Step-4:
Step-5:
s
FORM:
A form provides the user a systematic way of
information int the database. It is an
interface in a user specified layout that lets
users to view, enter and change data directly
and database objects such as tables.
ADDING new Record:
Click on new record button on the
FORM NAVIGATION Tool bar.
Enter the required information in blank
fields. Click on delete record button on
the FORM NAVIGATION Tool bar.
Removing a Record:
Select the record that you wish to
remove. Click on delete record
button on the FORM NAVIGATION
Tool bar.
STEP 1: Creating form using Wizard method.