Control Center has a number of neat commands that can help save time. It should be noted however, that the reasons for using these commands should NOT be intended to replace ETL workflows which can be scheduled on a regular basis to do the necessary updates.
Consult the DB2 manual for more commands or other examples.
CREATE
To create a table:
CREATE TABLE
INSERT
If you want to insert records into a table from another table:
INSERT INTO <
DELETE
To delete records from a table:
DELETE FROM <
No comments:
Post a Comment