..
To create a relationship between two tables in SQL we can use the traditional method, or the JOIN statement.
Imagine the following tables, composed of the respective fields:
SELECT * FROM authors, books WHERE aut_id = lib_autoreWe see the method that provides education JOIN:
SELECT * FROM authors INNER JOIN books ON = aut_id lib_autore
| |
MS Access (Advanced)
Learn how to create and manage databases quickly and easily. Starting from 29 €. |
| |
MySQL (Course)
Management of open-source database. From 39 €. |
| |
SQL and Database (Course)
Create and manage relational databases. From 39 €. |