allows users to quickly build SQL SELECT statements (for retrieving data from a database) without having knowledge of the SQL syntax. This intuitive interface allows a user to choose a database server, select a schema (library), tables, columns, order by, where and join criteria for the SQL statement.
The resulting SELECT statement can be tested and embedded within a Project for future execution.
Data can be retrieved from a single table or from multiple tables through a join.