Joining IDs | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

Joining IDs

Why do the ID numbers from the two tables need to be qualified to match each other?

27th Feb 2017, 8:07 PM
Jason
1 Respuesta
+ 10
Joining the ID's in order for their data to be manipulated or VIEWed. If you have a table of "customers" and a table of "sales", and want to link sales to customers this is would be the easiest way. You'll then have all the records for what John Doe bought from Argos for example.
27th Feb 2017, 11:45 PM
Mark Foxx
Mark Foxx - avatar