I am studying SQL for a database exam and how I saw SQL is how it looks on this page:
http://en.wikipedia.org/wiki/Star_schema
IE joinwrote the path Join <table name> On <table attribute>and then the join condition for selection. My study book and my exercises given to me from the school, however, use only the natural mix in their examples. So, when is the natural mix right? Should a natural join be used if the query can also be written using JOIN .. ON?
Thanks for any reply or comment.
source
share