Add data records to a database table

In this topic, you learn how to add data records manually to a database table that you defined before in Table Definition.

Procedure

  1. In the Cockpit, go to Tools and select Table Browser.

    Result: The Table Browser opens. You see a list of all table definitions sorted by name.

    You can hide all artifacts created by others to find your artifacts easier. To do that, change the Updated By filter to Me.
  2. Select your table definition.

    Result: You see the properties you added to your database table.

  3. Select Run.

    tablebrowser run
  4. Select Edit to activate the edit mode.

    Result: Existing data records become editable.

    You can import data from your local system instead of adding it manually. Select Import on the toolbar, select a file from your local system, and go to the last step of this task.
  5. On the toolbar, select Add to add rows to your table.

  6. Enter data to all rows, for example, a name, number, rank, and squad for each row.

  7. Select Save and Display to exit edit mode.

If you use the example data in this topic, your table looks like this:

tablebrowser sampledata

Results

  • You have added data to the database table with Table Browser.