Is there a difference between:
a) Creating a relationship between two tables, and then running a query that involves them both.
b) Taking two previously unrelated tables, running a query that involves them both, and creating a join within the query that connects them.
Or are these effectively the same thing?
a) Creating a relationship between two tables, and then running a query that involves them both.
b) Taking two previously unrelated tables, running a query that involves them both, and creating a join within the query that connects them.
Or are these effectively the same thing?