Introduction to database joins with mariadb and mysql join examples

Posted by LinuxCareer on Jul 10, 2018 12:11 AM EDT
linuxconfig.org; By Egidio Docile
Mail this story
Print this story

In a relational database system the data is organized in tables, composed by rows and columns. Each row is an instance of the entity represented by the table, with the columns used as its properties. Relationships between tables are established by the use of foreign keys, and the statement with which we can perform queries that span over multiple tables it's called a join. In this tutorial we will see the different type of joins available when using MySQL or MariaDB.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Linux, MySQL

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.