Hi All,
I see lot of tables with show tables command in YQL table. How can i learn about how to join these tables ?. For example, if I want to list the status of all my connections, I dont know how to join the necessary tables.
Is there any documentation on these tables that descirbes how they relate to each other?
Thanks,
Vissu
Erik I think has provided you with a lot of great info.
Actually knowing what you can join between tables is something we're looking at making easier and can be trick to start with.
I find the easiest way is to think about what "keys" a table accepts (like zipcode or weather location id, or woeid etc) and what values/keys a table produces. If they are the same type of thing, then you can join them using IN.
Jonathan