SQL and NoSQL

SQL NoSQL
RDBMS Non-relational/distributed database
Table-based Document-based (various schema)
Vertically scalable Horizontally scalable
Complex queries Weaker queries
Wide availability of support Limited support sources

Which type of database is best for hierarchical data storage?

Things I want to learn more about