mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.7K
active users

#joins

1 post1 participant0 posts today

Wohl dem, der eine Kollegin mit "H" an der Schule hat. Denn die folgenden Übungsaufgaben wurden nur von allen korrekt gelöst, die sich die Eselsbrücke "Für wen geht Hubert so oft laufen?" und "Warum geht Hildegard oft laufen?" gemerkt haben. Es ist Zeit, diese Runde Klassenarbeitsaufgaben ins Netz zu stellen, Kollegas. (Aufgaben zu #SQL #Aggregation, Unterabfragen, #Joins, #Transaction). #informatikEdu oer-informatik.de/sql-uebungsa

OER Informatik · SQL-Übungsaufgaben – OER InformatikAm Beispiel einer Rechnungsdatenbank sollen SQL-Befehle mit Unterabfragen, Aggregationen, Joins und Transaktionen erstellt werden. Die Lösungen und Erläuterunge

Due to recent events:
UNION/INTERSECT are set based operations and for those, Venn diagrams are a good fit.

JOIN operations on the other hand are (filtered) cartesian products and thus not done justice to by Venn diagrams.

There are better options and I’m happily following suite of my friends @lukaseder ”say no to Venn diagrams movement”

blog.jooq.org/say-no-to-venn-d

Java, SQL and jOOQ. · Say NO to Venn Diagrams When Explaining JOINsIn recent times, there have been a couple of tremendously popular blog posts explaining JOINs using Venn Diagrams. After all, relational algebra and SQL are set oriented theories and languages, so …