Scripts

A SQL script consists of one or more SQL statements that do not return any data. For example, there are properties allowing you to execute SQL statements during initialization (preprocessing) of a component or after completion (postprocessing) of the project.

Some considerations:
This is an example of a SQL script:
DELETE FROM products;
UPDATE customers 
SET cu_desc = 'valid';