what is the difference between table relation and query relation ?
what is the difference between table relation and query relation ?
Queries don’t have relationships, they have joins. Joins and relationships use much the same presentation style of using a line
See this post by Pat Hartman where she discusses Joins and Relationships.
can you please explain me major difference in only 1 line?
see post #2can you please explain me major difference in only 1 line?
you can add to it - Relationships are permanent, joins only exist in queries
so now you have in one line
Queries don’t have relationships, they have joins. Joins and relationships use much the same presentation style of using a line. Relationships are permanent, joins only exist in queries
If you want to know more I suggest google 'what is a database relationship' and 'what is a query join'