# HG changeset patch # User František Kučera # Date 1543597610 -3600 # Node ID 56eb59640688f30dd210e6d1e6fee0543f0ca1cb # Parent 580c0e19581717be60bf731bbeebb5d5fc5d61e3 faq: relation vs. table diff -r 580c0e195817 -r 56eb59640688 relpipe-data/faq.xml --- a/relpipe-data/faq.xml Fri Nov 30 17:53:43 2018 +0100 +++ b/relpipe-data/faq.xml Fri Nov 30 18:06:50 2018 +0100 @@ -26,7 +26,7 @@

- Why you speak about relations instead of tables? + Why do you speak about relations instead of tables?
It might be uncommon terminology for someone, but relations and attributes symbolizes that we focus on substance of the data. Pure data are conveyed through the pipelines @@ -35,6 +35,13 @@ And tables (consisting of rows and columns) are only one of many possible options.

+ + Relational SQL alternative terms + relation table + attribute column field + record row tuple + +