Doubt related to use of two techniques

Which type of queries are handled by Heavy Light Decomposition Vs Euler Tour Tree?
And how to understand which one to apply

@spagire4,
Euler tour tree is used when you have handle subtree query and updates,
whereas HLD is much more powerful (and complicated to code), it can be used to handle path queries and update.