Jump to content

Kexi/Handbook/Building Simple Databases: Difference between revisions

From KDE UserBase Wiki
Inksi (talk | contribs)
m small textual edits to make easier reading
Jstaniek (talk | contribs)
m KEXI uppercase
Line 62: Line 62:


<!--T:4-->
<!--T:4-->
To learn the basics of '''Kexi''' we will build a simple database utilizing most of the elementary features of  '''Kexi'''. To make things simpler, advanced database design topics will not be covered here.  
To learn the basics of '''KEXI''' we will build a simple database utilizing most of the elementary features of  '''KEXI'''. To make things simpler, advanced database design topics will not be covered here.  


<!--T:5-->
<!--T:5-->

Revision as of 01:47, 20 December 2024

Building Simple Databases

Introduction

To learn the basics of KEXI we will build a simple database utilizing most of the elementary features of KEXI. To make things simpler, advanced database design topics will not be covered here.

We start by creating a new empty Phone Book.

Having a new empty database project, perform the following steps:

  1. Design database tables. Read the following section called Designing Database Tables.
  2. Enter data into tables. Read the following section called Entering Data Into Tables.
  3. Design database queries. Read the following section called Designing Database Queries.
  4. Design forms. Read the following section called Designing Forms.
  5. Use forms to enter data. Read the following section called Entering Data Using Forms.