Back to Freecodecamp

Relational Databases: Join Operation

curriculum/challenges/english/blocks/python-for-everybody/5e7b9f180b6c005b0e76f08f.md

latest291 B
Original Source

--questions--

--text--

When using a JOIN clause in an SQL statement, what does ON do?

--answers--

It indicates what tables to perform the JOIN on.


It specifies the fields to use for the JOIN.


It indicates how the two tables are to be joined.

--video-solution--

3