How can automatically generated test data have correct referential integrity?
TurboData knows if a column is a foreign key, and it knows which table and column it is a foreign key for. Using this information, it is very easy for the user to generate test data for parent and children entities. For example, minimal effort is required to create a Customer with 500 Orders, each with 100 Order Lines, and each Order Line related to a Product.