does SQL::Abstract only formulate queries for a single table?



In looking at the docs for SQL::Abstract, one gets the impression that
the module can only dynamically generate queries for a single table.

Is this the case?

.