I realise I've had answers that include implicit joins but no matter how many times I read them I just can't get my head around creating a query of my own from scratch that uses this functionality.
So in SWQL Studio I want to run a report showing me the licensed status of nodes and then JOIN in the caption names. I can do this with traditional JOINs but even though Orion.Nodes is in the list as a "chain" and no matter what format I use, I just can't seem to get a result that works.
So the base code is:
SELECT TOP 1000 NodeID, LicensedByNCM
FROM Cirrus.NCMNodeLicenseStatus
As I said above, Orion.Nodes is shown as a chained (or implicit - is that the right phrase?) JOIN.

So what do I type to be able to access the 'Caption' field from Orion.Nodes please?
Whilst here, as I think this is connected... how many implicit joins can I do in any one query? i.e. looking at Orion.Nodes shows over 100 'chained' links - if a query demanded it (no, I don't expect I'll ever be at that level) then is there a limit on how many of these could be 'JOINed' in using the implicit links?
p.s. apologies if not the right forum.