TurboData Scenarios Overview
Use TurboData scenarios to set the rules for generating syntactically correct SQL statements.
There are 7 types of scenarios:
- Insert Data Scenarios, used for generating Insert SQL statements
- Delete Data Scenarios, used for generating Delete SQL statements
- Select Data Scenarios, used for generating Select SQL statements
- Update Data Scenarios, used for generating Update SQL statements
- Create Table Scenarios, used for generating Create Table DDL statements
- Drop Table Scenarios, used for generating Drop Table DDL statements
- Batch Scenarios, batch runs can be created so you no longer need to run your scenarios one at a time. Delete, Insert and Update data at the touch of a button!
This chapter describes the high level functionality that applies to all types of scenarios; how to create a scenario, how to select objects that can be used within a scenario, and how to generate SQL statements for a scenario.
For further details on using Insert Data Scenarios to generate realistic and useful test data please see the appropriate section.