From 3149f4b939f620610d73ea652282204014f7fdfb Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Sat, 26 Jun 2021 14:53:55 +0200 Subject: tdf#132643 Translate German section IDs Change-Id: I15d1939c784a1923311d5cce59ff78947e7b7b23 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117927 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sdatabase/05020000.xhp | 2 +- source/text/shared/00/00000005.xhp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/text') diff --git a/source/text/sdatabase/05020000.xhp b/source/text/sdatabase/05020000.xhp index aa55e76c3c..a8635006c9 100644 --- a/source/text/sdatabase/05020000.xhp +++ b/source/text/sdatabase/05020000.xhp @@ -49,7 +49,7 @@ external keys (Base) mw added "(Base)" to all entries

Primary key and foreign keys

-If you want to define a relation among the various tables, you should enter a primary key that uniquely identifies a data field of an existing table. You can refer to the primary key from other tables to access the data of this table. All data fields referring to this primary key will be identified as a foreign key. +If you want to define a relation among the various tables, you should enter a primary key that uniquely identifies a data field of an existing table. You can refer to the primary key from other tables to access the data of this table. All data fields referring to this primary key will be identified as a foreign key. All data fields referring to a primary key will be identified in the table window by a small key symbol.

Define relations

relations; creating and deleting (Base) diff --git a/source/text/shared/00/00000005.xhp b/source/text/shared/00/00000005.xhp index 22540d7f90..09dd1e2646 100644 --- a/source/text/shared/00/00000005.xhp +++ b/source/text/shared/00/00000005.xhp @@ -215,7 +215,7 @@ Portable Network Graphics (PNG) is a graphic file format. The files are compressed with a selectable compression factor, and, as opposed to the JPG format, PNG files are always compressed without any information loss. -
+

Primary key

A primary key serves as a unique identifier of database fields. The unique identification of database fields is used in relational databases, to access data in other tables. If reference is made to a primary key from another table, this is termed a foreign key. -- cgit