There are three types of tables in Stonefield Query:

When you select a table in the Stonefield Query Studio, the properties pane displays the properties for that table. The properties displayed are:

The Create data access script link is used to create a Select script for the table. This script is used if you don't want a simple SQL statement used to access the fields in the table. For example, if you want to call a stored procedure instead, create a data access script that calls the stored procedure. This link appears as Edit data access script if the script already exists; click it to jump to that script.