Why should you declare a relationship in relationship view when you can do it in the query?
Let me explain first. I don't enter any data into my tables. All my tables are dumps from a main database and I'm just slicing-n-dicing the data into more usable pieces. How many customers or x type did y? Etc... What I noticed is if I don't setup the relationship correctly in the relationship view, it directly impacts my query (duh). For that reason there are times I need to change the relationship type in the query itself. That got me to thinking. Why am I even risking a bad query by declaring a relationship type outside the query? If I ever forget to confirm the relationship in the query I'm screwed.
Why not just declare the relationship between the needed tables in the query and not in the relationship view?
Does this make sense?
Let me explain first. I don't enter any data into my tables. All my tables are dumps from a main database and I'm just slicing-n-dicing the data into more usable pieces. How many customers or x type did y? Etc... What I noticed is if I don't setup the relationship correctly in the relationship view, it directly impacts my query (duh). For that reason there are times I need to change the relationship type in the query itself. That got me to thinking. Why am I even risking a bad query by declaring a relationship type outside the query? If I ever forget to confirm the relationship in the query I'm screwed.
Why not just declare the relationship between the needed tables in the query and not in the relationship view?
Does this make sense?