Selecting Data to Export
See Also
The basic form of a SQL statement that exports data is:
SELECT column_1, column_n
FROM table_a, table_z
[WHERE condition]