Home > Workflows > Using Workflows > Import and Export Workflows > Deploying Workflows > Data Query Scripts
Any node that generates data has a Save SQL selection in its context menu.
Save SQL allows you to generate a SQL script. The generated SQL can be created in as a SQL*Plus script or as a standard SQL script. The advantage of the script format is the ability to override table and model references through the use of parameters.
Save SQL allows you to select the kind of script to generate and where to save the script.
See Save SQL for more information.
The generated script does not generate all of the node's behavior. The script does not create any objects. For example, if you select Save SQL for a Create Table node, you do not generate a script to create the table; instead, you generate a script to query the created table.
The following nodes allow you to create data query scripts: Data Source, Create Table, Update Table, Explore Data, Aggregate, Filter Columns, Filter Columns Details, Filter Rows, Join, Sample, Transform, Apply Text, Build Text, Model Details, Apply.