The goal of this package is to generate arbitrary SQL Server databases (in the form of create statements). The SQL generated by this code should always be valid and run without errors (but warnings ...
-- DML (3 commands- Insert, Update, Delete). -- DQL/ DRL (1 command- select). -- TCL (3 commands- commit, rollback, savepoint) -- DCL (2 commands- Grant, Revoke ...