|
Ilenia Magoni
Em um banco de dados relacional, todas as informações devem estar presentes apenas uma vez.
Mas você pode ter informações separadas em diferentes tabelas relacionadas entre si.
In a relational database, all information should only be present once.
But you might have information that's separated into different tables that's related to each other.
E você pode querer juntar essas informações relacionadas para analisar seus dados - ou seja, você pode querer juntar todos os dados (ou alguns deles).
Nesse caso, você precisará usar a instrução JOIN do SQL.
Vamos aprender como funciona.
And you might want to put this related information together to analyse its data - that is, you might want to join all the data (or some of it) together.
In this case, you'll need to use SQL's JOIN statement.
Let's learn how it works.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Leia também:
© Copyright www.freecodecamp.org
|