tablesAvailable
Returns a list of the selectable tables for the given child.
The available tables are contextual because of common table expressions:
WITH some_table AS (...) SELECT * FROM some_table
Returns a list of the selectable tables for the given child.
The available tables are contextual because of common table expressions:
WITH some_table AS (...) SELECT * FROM some_table